Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ikvmnet/ikvm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 30, 2024
2 parents 27b0e2d + 88257e7 commit b8d2c10
Show file tree
Hide file tree
Showing 7 changed files with 14,097 additions and 19,494 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ikvm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
with:
repo: "ikvmnet/ikvm"
file: "doc.zip"
target: content/ikvm.zip
target: ${{ runner.temp }}/ikvm.zip
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract IKVM
continue-on-error: true
run: unzip content/1.doc/ikvm.zip -d content/1.doc/32.ikvm
run: unzip ${{ runner.temp }}/ikvm.zip -d content/32.ikvm
- name: Download ikvm-maven
continue-on-error: true
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "ikvmnet/ikvm-maven"
file: "doc.zip"
target: content/1.doc/ikvm-maven.zip
target: ${{ runner.temp }}/ikvm-maven.zip
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract ikvm-maven
continue-on-error: true
run: unzip content/1.doc/ikvm-maven.zip -d content/1.doc/33.ikvm-maven
run: unzip ${{ runner.temp }}/ikvm-maven.zip -d content/33.ikvm-maven
- name: Install
run: npm install
- name: Generate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# IKVM Documentation Site

Built with docus. Will export documentation from external IKVM release artifacts.
Built with docus. Will export documentation from external IKVM release artifacts.
2 changes: 2 additions & 0 deletions content/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
32.ikvm/
33.ikvm-maven/
2 changes: 1 addition & 1 deletion content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ main:
---
cta:
- Documentation
- /doc
- /ikvm
secondary:
- Open on GitHub →
- https://github.com/ikvmnet/ikvm
Expand Down
Loading

0 comments on commit b8d2c10

Please sign in to comment.