Skip to content

Commit 3d58969

Browse files
committed
try fix deploy
1 parent 7c831b0 commit 3d58969

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ jobs:
6161
with:
6262
path: site
6363

64-
deploy:
65-
if: github.event_name == 'push'
66-
needs: build
67-
runs-on: ubuntu-latest
68-
permissions:
69-
pages: write
70-
id-token: write
71-
environment:
72-
name: github-pages
73-
url: ${{ steps.deployment.outputs.page_url }}
74-
steps:
7564
- name: Deploy to GitHub Pages
76-
id: deployment
65+
if: github.event_name == 'push'
7766
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)