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 4b4b49e commit 8d3eebfCopy full SHA for 8d3eebf
.github/workflows/compile_articles.yaml
@@ -39,11 +39,10 @@ jobs:
39
- name: Render articles
40
run: python script/render_all.py
41
42
- - name: Deploy to GitHub Pages
43
- uses: peaceiris/actions-gh-pages@v3
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v2
44
with:
45
- github_token: ${{ secrets.GITHUB_TOKEN }}
46
- publish_dir: ./tutorial/build
+ path: "tutorial/build/"
47
48
# Deployment job
49
deploy:
0 commit comments