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 f89c6aa commit 2a77dc7Copy full SHA for 2a77dc7
.github/workflows/node.js.yml
@@ -16,12 +16,13 @@ jobs:
16
yarn install
17
rm -rf __sapper__
18
yarn predeploy
19
+
20
- name: Deploy
- uses: JamesIves/github-pages-deploy-action@releases/v3
21
+ uses: peaceiris/actions-gh-pages@v3
22
with:
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
23
- BRANCH: master
24
- FOLDER: "__sapper__/export"
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./__sapper__/export
25
+ publish_branch: master
26
27
- name: Archive production artifacts
28
uses: actions/upload-artifact@v1
0 commit comments