Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed May 8, 2020
1 parent 89904f9 commit b28d093
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions build/publish_docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ if ($l -eq 0) {

$commit_hash = git show -s --format="%H"

Push-Location
Set-Location "$PSScriptRoot/../_site"
try {
Push-Location
Set-Location "$PSScriptRoot/../_site"

Write-Output "Deploying to netlify"
Write-Output "Deploying to netlify"


netlify deploy --dir=. --message="Docs deploy for https://github.com/QutEcoacoustics/audio-analysis/commit/$commit_hash" --prod --site="078c0d59-a45a-4458-bd92-2d7c05f44bb6" --json
netlify deploy --dir=. --message="Docs deploy for https://github.com/QutEcoacoustics/audio-analysis/commit/$commit_hash" --prod --site="078c0d59-a45a-4458-bd92-2d7c05f44bb6" --json

Write-Output "Deploying complete"
Pop-Location
Write-Output "Deploying complete"
}
finally {
Pop-Location
}
2 changes: 1 addition & 1 deletion docs/basics/using_r.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using R is just a wrapper around this process.
It might be helpful to think of _R interactive_ as a shell (like PowerShell or Bash)
and RStudio as a terminal.

Just using R to invoke AP.exe is adds a lot of complexity.
Just using R to invoke AP.exe adds a lot of complexity.
However, you may want to do this if you need to:

1. to integrate an _AP.exe_ analysis in with the rest of your R analysis
Expand Down

0 comments on commit b28d093

Please sign in to comment.