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 9aa5565 commit 3d304d0Copy full SHA for 3d304d0
.github/workflows/main.yml
@@ -51,11 +51,15 @@ jobs:
51
- name: Create .nojekyll file
52
run: echo > ./dist/s-qee-z-scripting-language.github.io/browser/.nojekyll
53
54
+ - name: Move files to root for deployment
55
+ run: |
56
+ mkdir -p ./root
57
+ cp -r ./dist/s-qee-z-scripting-language.github.io/browser/* ./root/
58
+
59
- name: Deploy to GitHub Pages
60
uses: peaceiris/actions-gh-pages@v3
61
with:
62
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./dist/s-qee-z-scripting-language.github.io/browser
- destination_dir: /
63
+ publish_dir: ./root
64
commit_message: 'Deploy to GitHub Pages'
- allow_empty_commit: true
65
+ allow_empty_commit: true
0 commit comments