Skip to content

Commit

Permalink
fixed a deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 18, 2024
1 parent 7140bf6 commit 1124020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
pages: write
id-token: write
steps:
- name: Download site artifact
uses: actions/download-artifact@v3
with:
name: site
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 1124020

Please sign in to comment.