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.
index.html
1 parent 5f31bb8 commit 2a87baaCopy full SHA for 2a87baa
1 file changed
.github/workflows/generate-top-index.yml
@@ -12,13 +12,10 @@ permissions:
12
contents: write
13
14
jobs:
15
- build:
+ build-and-deploy:
16
name: Build index.html
17
runs-on: ubuntu-latest
18
19
- permissions:
20
- contents: read
21
-
22
steps:
23
- name: Cache git metadata
24
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
@@ -72,4 +69,4 @@ jobs:
72
69
mv /tmp/static/ static/
73
70
git add index.html static/
74
71
git commit -m "chore: update index.html for documentation" || echo "No changes to commit"
75
- git push origin gh-pages
+ git push origin gh-pages || echo "Nothing to push (expected if no changes)"
0 commit comments