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 4132928 commit 047e7d7Copy full SHA for 047e7d7
.github/workflows/pages.yml
@@ -64,7 +64,7 @@ jobs:
64
git init
65
git add .
66
git commit -m "Generated files after build"
67
- git checkout -b dist
+ git checkout -b page
68
echo https://github.com/${{ github.repository }}.git
69
git remote add origin https://github.com/${{ github.repository }}.git
70
0 commit comments