Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 10, 2024
1 parent d821b67 commit 54d3be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/zome/web-app/.github/workflows/publish-docs.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
concurrency: ci-$\{{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Install and Build 🔧
run: |
nix develop --command bash -c "pnpm i && pnpm -F docs build"
nix develop --accept-flake-config --command bash -c "pnpm i && pnpm -F docs build"

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 54d3be0

Please sign in to comment.