Skip to content

Commit df9f34b

Browse files
committed
fix user perm on github action.
1 parent 08b8909 commit df9f34b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- '.github/workflows/**'
78
- 'Chapter*/**'
89
- 'scene_utils/**'
910
- 'imgs/**'
@@ -37,6 +38,7 @@ jobs:
3738
runs-on: ubuntu-latest
3839
container:
3940
image: manimcommunity/manim:latest
41+
options: --user root
4042
environment:
4143
name: github-pages
4244
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)