Skip to content

Commit

Permalink
corrige le deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
newick committed Dec 19, 2024
1 parent fdc2457 commit ccfc0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Build with Eleventy
run: |
npm install
npm run build-ghpages
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: _site
publish_dir: _site
publish_branch: prod
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccfc0d9

Please sign in to comment.