Skip to content

Commit d546a7d

Browse files
committed
chore: remove github pages
1 parent e2e2bd9 commit d546a7d

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,3 @@ jobs:
5454
name: documentation
5555
path: docs/
5656
retention-days: 90
57-
58-
deploy:
59-
needs: build
60-
runs-on: ubuntu-latest
61-
permissions:
62-
pages: write
63-
id-token: write
64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
67-
steps:
68-
- name: Download docs artifact
69-
uses: actions/download-artifact@v4
70-
with:
71-
name: documentation
72-
path: docs/
73-
74-
- name: Setup Pages
75-
uses: actions/configure-pages@v4
76-
77-
- name: Upload to Pages
78-
uses: actions/upload-pages-artifact@v3
79-
with:
80-
path: docs/
81-
82-
- name: Deploy to GitHub Pages
83-
id: deployment
84-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)