Skip to content

Commit

Permalink
Changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathnp committed Jul 14, 2024
1 parent c5dd2af commit 75392e4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ concurrency:
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
prep:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -41,6 +37,12 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: 'site/'
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 75392e4

Please sign in to comment.