Skip to content

Commit

Permalink
fix(deploy.yml): Change context from github_pages to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GandyA23 committed May 1, 2024
1 parent 1702628 commit 696d4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cat .env
# Pick your own package manager and build script
- run: npm install
- run: npx nuxt build --preset github_pages
- run: npx nuxt build --preset github-pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -42,9 +42,9 @@ jobs:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
# Deploy to the github_pages environment
# Deploy to the github-pages environment
environment:
name: github_pages
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: ubuntu-latest
Expand Down

0 comments on commit 696d4bc

Please sign in to comment.