We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1842 commit 55626ceCopy full SHA for 55626ce
1 file changed
.github/workflows/docs.yml
@@ -29,11 +29,6 @@ jobs:
29
- name: Build docs website
30
run: |
31
make build-docs-website
32
- - name: Deploy all docs
33
- uses: peaceiris/actions-gh-pages@v3
34
- with:
35
- github_token: ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir: ./dist
37
- name: Configure AWS credentials
38
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
39
with:
0 commit comments