Skip to content

Commit 19db7d8

Browse files
authored
Update docs.yaml
1 parent 6e1c77d commit 19db7d8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
mv docs/doc/* docs/
2020
cp docs/index-en.html docs/index.html
2121
rm widoco.jar
22-
- name: GitHub page
23-
if: success()
24-
uses: crazy-max/ghaction-github-pages@v3
22+
- name: Upload artifact
23+
uses: actions/upload-pages-artifact@v2
2524
with:
26-
target_branch: gh-pages
27-
build_dir: docs
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
path: "docs"
26+
- name: Deploy to GitHub Pages
27+
id: deployment
28+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)