Skip to content

Commit

Permalink
Build theme on Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoo-iohk committed Jan 2, 2024
1 parent e6121f5 commit 0c4bb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: 🔨 Build Docs
run: |
nix develop --show-trace --command bash -c "npm i && npm run build && npm run docs"
nix develop --show-trace --command bash -c "npm i && npm run build && npm --prefix ./theme/ run build && npm run docs"
- name: 📘 Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: 🏥 Check docs generation
run: |
nix develop --show-trace --command bash -c "npm run docs"
nix develop --show-trace --command bash -c "npm --prefix ./theme/ run build && npm run docs"
- name: 📝 Check formatting
run: |
nix develop --show-trace --command bash -c "treefmt --fail-on-change"

0 comments on commit 0c4bb05

Please sign in to comment.