Skip to content

Commit

Permalink
Modifie deploy.yml pour déployer
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored Dec 12, 2024
1 parent 556f5c6 commit fdc2457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: TartanLlama/actions-eleventy@master
with:
install_dependencies: true
- name: Build with Eleventy
run: |
npm install
npm run build-ghpages
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit fdc2457

Please sign in to comment.