Skip to content

Commit

Permalink
cd: Update GH Pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore authored Dec 24, 2023
1 parent 86ed230 commit 1a121db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Build website
run: ./millw -i docs.docJar

- uses: actions/upload-pages-artifact@v1.0.4
- uses: actions/upload-pages-artifact@v3.0.0
with:
path: out/docs/docJar.dest/javadoc

- uses: actions/deploy-pages@v1.0.10
- uses: actions/deploy-pages@v4.0.2

0 comments on commit 1a121db

Please sign in to comment.