Skip to content

Commit 8658dc8

Browse files
committed
Help me
1 parent 9cbf784 commit 8658dc8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/active.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs :
1818
needs: build
1919
steps:
2020
- name: Deploy to GitHub Pages
21-
id: deployment
2221
uses: actions/deploy-pages@v4
2322
with:
2423
token: ${{ secrets.ACCESS_TOKEN }}
2524
environment:
2625
name: github-pages
27-
url: ${{ steps.deployment.outputs.page_url }}
28-
permissions:
29-
id-token: write
30-
pages: write
26+
permissions:
27+
id-token: write
28+
pages: write

0 commit comments

Comments
 (0)