Skip to content

Commit d111ce3

Browse files
committed
fix workflow
1 parent d415c5c commit d111ce3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
docs:
1821
runs-on: ubuntu-latest
@@ -58,4 +61,4 @@ jobs:
5861
echo "cpp.iceberg.apache.org" > CNAME
5962
git add --all
6063
git commit -m "Publish docs from commit ${{ github.sha }}"
61-
git push -f origin gh-pages-tmp:gh-pages || true
64+
git push -f origin gh-pages-tmp:gh-pages

0 commit comments

Comments
 (0)