Skip to content

Commit 5816cbc

Browse files
committed
fix(ci): permission to _site
1 parent d19291b commit 5816cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: copy 2025 to _site
3333
shell: bash
3434
run: |
35+
sudo chown -R $(whoami) _site
3536
mkdir -p _site/2025
3637
cp -r ./2025/dist/ ./_site/2025/
3738

0 commit comments

Comments
 (0)