Skip to content

Commit

Permalink
Add a configuration step as described in actions/deploy-pages#305 (co…
Browse files Browse the repository at this point in the history
  • Loading branch information
katbow committed Sep 24, 2024
1 parent e79253c commit 784e5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- name: Configure Pages
uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 comments on commit 784e5e6

Please sign in to comment.