Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
yves-chevallier committed Sep 27, 2022
1 parent 13cfe41 commit c23e978
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
with:
ref: master
fetch-depth: 0 # To get all tags
- name: work around permission issue
run: git config --global --add safe.directory /srv
- name: Create revision
run: make revision.tex
- name: Build docker images
run: docker build . -t local -f .devcontainer/Dockerfile
- name: Create revision
run: docker run -v $GITHUB_WORKSPACE:/srv -w/srv local make revision.tex
- name: Build
run: docker run -v $GITHUB_WORKSPACE:/srv -w/srv local make
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit c23e978

Please sign in to comment.