Skip to content

Commit 8d3eebf

Browse files
action
1 parent 4b4b49e commit 8d3eebf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/compile_articles.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
- name: Render articles
4040
run: python script/render_all.py
4141

42-
- name: Deploy to GitHub Pages
43-
uses: peaceiris/actions-gh-pages@v3
42+
- name: Upload artifact
43+
uses: actions/upload-pages-artifact@v2
4444
with:
45-
github_token: ${{ secrets.GITHUB_TOKEN }}
46-
publish_dir: ./tutorial/build
45+
path: "tutorial/build/"
4746

4847
# Deployment job
4948
deploy:

0 commit comments

Comments
 (0)