We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b42898 commit 34cd5bdCopy full SHA for 34cd5bd
.github/workflows/build-docs.yaml
@@ -38,13 +38,13 @@ jobs:
38
if-no-files-found: error
39
retention-days: 14
40
41
- deploy:
42
- environment:
43
- name: github-pages
44
- url: ${{ steps.deployment.outputs.page_url }}
45
- runs-on: ubuntu-latest
46
- needs: build
47
- steps:
48
- - name: Deploy to GitHub Pages
49
- id: deployment
50
- uses: actions/deploy-pages@v4
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build-docs
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments