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 d1843e2 commit 556f5c6
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 @@ -9,13 +9,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Build
uses: TartanLlama/actions-eleventy@master
with:
install_dependencies: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: _site
publish_branch: prod
Expand Down

0 comments on commit 556f5c6

Please sign in to comment.