Skip to content

Commit

Permalink
Fix invoking djockey for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Aug 26, 2024
1 parent 3a5b14a commit 37b166f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
# Build the docs
- run: make docs
- run: bun src/cli.ts build docs
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/out/html'
path: "docs/out/html"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions docs/src/index.djot
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Djockey is a powerful but experimental static site generator for technical writi
- [ ] How to use plugins
- [x] Config reference
- [x] How to use custom CSS and JS
- [ ] Deploying to GitHub Pages

### Low-hanging fruit

Expand Down

0 comments on commit 37b166f

Please sign in to comment.