Skip to content

Commit

Permalink
Update ikvm-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii authored Jun 6, 2024
1 parent 5929419 commit 8ec6d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ikvm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Download ikvm
continue-on-error: true
uses: dsaltares/fetch-gh-release-asset@master
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Generate
run: npm run generate
- name: Upload Pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: .output/public
deploy:
Expand All @@ -59,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 8ec6d4c

Please sign in to comment.