Skip to content

Commit 09b080d

Browse files
committed
fixup permissions for doc building gh action
1 parent 13e61c5 commit 09b080d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
uses: montudor/action-zip@v1
7575
with:
7676
args: unzip -qq ${{ env.ARTIFACT }} -d dir
77+
- name: Fix permissions
78+
run: chmod -R +w dir
7779
- name: Generate llms.txt index
7880
run: node docs/scripts/llms/generate-llms-index.mjs dir
7981
- name: Setup Pages

0 commit comments

Comments
 (0)