Skip to content

Commit

Permalink
Met à jour static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2ec0b4 authored Oct 30, 2023
1 parent f8457e4 commit b1bc289
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit b1bc289

Please sign in to comment.