Skip to content

Commit

Permalink
- update page deployment workflow to include assets
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Jan 17, 2024
1 parent 1e26c9b commit 86e3ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
nim doc --outdir:docs --index:on --git.url:https://github.com/amkrajewski/nimplex --git.commit:main --docInternal nimplex.nim
cp docs/nimplex.html docs/index.html
- name: Copy assets to docs
run: cp -r assets docs/assets
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 86e3ac5

Please sign in to comment.