Skip to content

Commit e4171bf

Browse files
committed
refractor: removed github pages
1 parent d81fc9a commit e4171bf

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88

99
permissions:
1010
contents: read
11-
pages: write
12-
id-token: write
1311

1412
jobs:
1513
build_and_deploy:
@@ -35,11 +33,9 @@ jobs:
3533
run: |
3634
wotis generate-wot-resources -d
3735
38-
- name: Upload Artifacts for Deployment
39-
uses: actions/upload-pages-artifact@v3
36+
- name: Upload Generated Artifacts
37+
uses: actions/upload-pages-artifact@v4
4038
with:
39+
name: wotis-generated-docs
4140
path: ${{ env.DOCS_OUTPUT_PATH }}
42-
43-
- name: Deploy to GitHub Pages
44-
id: deployment
45-
uses: actions/deploy-pages@v4
41+

0 commit comments

Comments
 (0)