Skip to content

Commit

Permalink
Update mkdocsDeploySoteriaCurate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunday-Crunk authored Apr 12, 2024
1 parent 930ec58 commit defd87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocsDeploySoteriaCurate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and Deploy Soteria+ Documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOTERIA_PLUS_PAT: ${{ secrets.SOTERIA_PLUS_PAT }}
run: |
mkdocs build --clean --config-file mkdocs-soteria-plus.yml --site-dir soteria-plus-site
cd soteria-plus-site
Expand All @@ -55,5 +55,5 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -m 'Deploy Soteria+ MkDocs Site'
git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/penwern/soteria-plus-documentation.git
git remote add origin https://x-access-token:${SOTERIA_PLUS_PAT}@github.com/penwern/soteria-plus-documentation.git
git push -f origin HEAD:gh-pages

0 comments on commit defd87b

Please sign in to comment.