-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mkdocsDeploySoteriaCurate.yml
- Loading branch information
1 parent
930ec58
commit defd87b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |