Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 15, 2024
1 parent f48d988 commit 773980c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_n_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BASE_URL: "/RFCs"
run: |
just setup
just build
just deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ setup:
build:
python md2respec.py --output-path rfcs/ --recursive ./source/

deploy:
python m2respec.py --output-path . --recursive ./source/

debug-build:
python md2respec.py --pure-html source/starknet/fri.md

Expand Down

0 comments on commit 773980c

Please sign in to comment.