Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen committed Sep 18, 2023
2 parents 49e235d + d37d748 commit 438bd52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
working-directory: web
run: npm ci

- name: Run generate
working-directory: web
run: npm run generate

- name: Publish to Cloudflare Pages
Expand Down Expand Up @@ -171,4 +173,4 @@ jobs:
gh pr comment ${{ github.event.number }} -R ${{ github.repository }} -F comment.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 438bd52

Please sign in to comment.