Skip to content

Commit

Permalink
Merge pull request #17 from betagouv/dev
Browse files Browse the repository at this point in the history
Update github workflow
  • Loading branch information
RomainRonflette authored Nov 25, 2024
2 parents 5868594 + 4db6301 commit 4c81086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: npm ci & build
uses: actions/setup-node@v4
- run: npm ci
- run: npm npx @11ty/eleventy
- run: npm run build

# deploy the content of _site to the branch gh-pages (default setting)
- name: deploy
Expand Down

0 comments on commit 4c81086

Please sign in to comment.