We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8a73ee + 3ca0bcb commit 0f7d83dCopy full SHA for 0f7d83d
.github/workflows/deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
keep_files: true
29
30
deploy-latest-docs-page:
31
+ needs: deploy-site-page
32
if: github.ref == 'refs/heads/master'
33
runs-on: ubuntu-20.04
34
steps:
@@ -77,4 +78,4 @@ jobs:
77
78
github_token: ${{ secrets.GITHUB_TOKEN }}
79
publish_dir: ./output/docs/${{ steps.vars.outputs.branch_name }}
80
publish_branch: asf-site
- destination_dir: ./output/docs/${{ steps.vars.outputs.branch_name }}
81
+ destination_dir: ./output/docs/${{ steps.vars.outputs.branch_name }}
0 commit comments