Skip to content

Commit

Permalink
fix: added missing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM committed Jul 29, 2024
1 parent eafeadb commit 2ed20a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
npm run docs
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact
with:
path: dist/docs
Deploy:
Expand All @@ -38,6 +38,9 @@ jobs:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 2ed20a4

Please sign in to comment.