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 b9693f4 commit d2363c0Copy full SHA for d2363c0
.github/workflows/docs.yml
@@ -13,6 +13,9 @@ concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
16
+permissions:
17
+ contents: write
18
+
19
jobs:
20
docs:
21
runs-on: ubuntu-latest
@@ -58,4 +61,4 @@ jobs:
58
61
echo "cpp.iceberg.apache.org" > CNAME
59
62
git add --all
60
63
git commit -m "Publish docs from commit ${{ github.sha }}"
- git push -f origin gh-pages-tmp:gh-pages || true
64
+ git push -f origin gh-pages-tmp:gh-pages
0 commit comments