There was an error while loading. Please reload this page.
1 parent 63777ca commit 029c843Copy full SHA for 029c843
1 file changed
.github/workflows/update-docs.yml
@@ -134,11 +134,6 @@ jobs:
134
with:
135
path: ./docs/_site
136
137
- - name: Check GitHub Pages status
138
- uses: crazy-max/ghaction-github-status@f0ef9e1cf727f9f76f8485f8c525fa03afc4ec02 # v5.0.0
139
- with:
140
- pages_threshold: major_outage
141
-
142
deploy:
143
needs: build
144
# Don't run on forks, don't run on normal pushes or PRs (dry-runs).
@@ -152,6 +147,11 @@ jobs:
152
147
runs-on: ubuntu-latest
153
148
154
149
steps:
150
+ - name: Check GitHub Pages status
151
+ uses: crazy-max/ghaction-github-status@f0ef9e1cf727f9f76f8485f8c525fa03afc4ec02 # v5.0.0
+ with:
+ pages_threshold: major_outage
+
155
- name: Deploy to GitHub Pages
156
id: deployment
157
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
0 commit comments