Skip to content

Commit

Permalink
Copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent e18ef3c commit f7a40f1
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 @@ -44,7 +44,7 @@ jobs:
- name: Build and deploy docs
run: |
git remote add gh-token "https://${{secrets.GH_TOKEN}}@github.com/Andre601/MyRepo.git"
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
Expand Down

0 comments on commit f7a40f1

Please sign in to comment.