Skip to content

Commit

Permalink
ci: configure GitHub Pages deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayRichh committed Jan 26, 2025
1 parent dd46638 commit 0046c4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
env:
GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
token: ${{ github.token }}
path: ./dist

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2

0 comments on commit 0046c4c

Please sign in to comment.