Skip to content

Commit 6351c37

Browse files
committed
fixup permissions for doc building gh action
1 parent 3994af7 commit 6351c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
args: unzip -qq ${{ env.ARTIFACT }} -d dir
7777
- name: Fix permissions
78-
run: sudo chmod -R +w dir
78+
run: sudo chown -R $USER:$USER dir
7979
- name: Generate llms.txt index
8080
run: node docs/scripts/llms/generate-llms-index.mjs dir
8181
- name: Setup Pages

0 commit comments

Comments
 (0)