Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent f7a40f1 commit f76df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
git remote add gh-token "https://${{secrets.GH_TOKEN}}@github.com/NOAA-HES-Capstone/icedyno.git"
git fetch gh-token && git fetch gh-token gh-pages:gh-pages
pixi run mkdocs build
pixi run mkdocs gh-deploy --force --clean --verbose --remote-name gh-token
pixi run mkdocs gh-deploy --force --clean --verbose --remote-name gh-pages

0 comments on commit f76df6e

Please sign in to comment.