Skip to content

Commit

Permalink
Update build.yml for site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed Jan 24, 2024
1 parent 95e16f9 commit 3f9cdde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
run: ruby .github/convert.rb
- name: run database.json gen
run: node .github/upgradeDb.js
- name: run copy readme to docs for site gen
run: cp README.md docs/index.md
- name: run static site gen
run: make site_build
run: mkdocs build
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master

0 comments on commit 3f9cdde

Please sign in to comment.