We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63aed6 commit 126fd7aCopy full SHA for 126fd7a
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
git config user.name facelessuser
27
git config user.email "${{ secrets.GH_EMAIL }}"
28
- git remote add gh-token "https://${{ secrets.GH_TOKEN }}@github.com/facelessuser/BracketHighlighter.git"
+ git remote add gh-token "https://${{ secrets.GH_TOKEN }}@github.com/facelessuser/HexViewer.git"
29
git fetch gh-token && git fetch gh-token gh-pages:gh-pages
30
python -m mkdocs gh-deploy -v --clean --remote-name gh-token
31
git push gh-token gh-pages
0 commit comments