Skip to content

Commit

Permalink
Deployment config changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed May 12, 2024
1 parent 3bc6408 commit 5784872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Download artifact
id: download-artifact
Expand All @@ -57,8 +60,6 @@ jobs:

- name: Upload to pages
uses: actions/upload-pages-artifact@v3
with:
path: .

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 5784872

Please sign in to comment.