We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465398f commit 8fa1875Copy full SHA for 8fa1875
1 file changed
.github/workflows/build-gh-pages.yml
@@ -45,6 +45,7 @@ jobs:
45
needs: get-info
46
runs-on: ubuntu-latest
47
strategy:
48
+ max-parallel: 1
49
matrix:
50
language: ${{ fromJSON(needs.get-info.outputs.languages) }}
51
steps:
@@ -105,7 +106,7 @@ jobs:
105
106
keep_files: true
107
108
deploy-root-files:
- needs: [get-info, deploy-book]
109
+ needs: [create-redirect]
110
111
if: github.ref_name == 'main'
112
0 commit comments