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 cf779fa commit 8903ebcCopy full SHA for 8903ebc
.github/workflows/deploy.yml
@@ -31,4 +31,5 @@ jobs:
31
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/toothlessdev/toothlessdev.github.io.git
32
git add .
33
git commit -m "Deploy to GitHub Pages"
34
+ git checkout gh-pages
35
git push origin gh-pages
0 commit comments