Skip to content

Commit

Permalink
Fixed error in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Sep 10, 2024
1 parent d967c0e commit 77ffa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '3.12'
- run: pip install mkslides-reveal
- run: mkslides-reveal build docs/about.md
- run: mkslides-reveal build docs/index.md
- uses: actions/upload-pages-artifact@v3
with:
path: ./site
Expand Down

0 comments on commit 77ffa94

Please sign in to comment.