Skip to content

Commit

Permalink
Download latest IKVM docs and extract.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Sep 18, 2023
1 parent ebea4a8 commit e5fa707
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ikvm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Download IKVM
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'ikvmnet/ikvm'
file: 'doc.zip'
target: content/ikvm.zip
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract IKVM
run: unzip content/ikvm.zip -d content
- name: Install
run: npm install
- name: Generate
Expand Down

0 comments on commit e5fa707

Please sign in to comment.