We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e2bd9 commit d546a7dCopy full SHA for d546a7d
1 file changed
.github/workflows/docs.yml
@@ -54,31 +54,3 @@ jobs:
54
name: documentation
55
path: docs/
56
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
80
81
82
- - name: Deploy to GitHub Pages
83
- id: deployment
84
- uses: actions/deploy-pages@v4
0 commit comments