Skip to content

Commit

Permalink
additional changes to ghtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent f76df6e commit 157341c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Build and deploy docs
run: |
git remote add gh-token "https://${{secrets.GH_TOKEN}}@github.com/NOAA-HES-Capstone/icedyno.git"
git remote add gh-token "https://SooluThomas:${{ 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-pages
pixi run mkdocs gh-deploy --force --clean --verbose --remote-name gh-token

0 comments on commit 157341c

Please sign in to comment.