Skip to content

Commit

Permalink
ci: mark directory as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 25, 2023
1 parent 5941935 commit dcf4d68
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
container:
image: ghcr.io/mtiller/book-builder-image
steps:
- name: Make checkout directory as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@v3
- name: Restore DVC Cache
id: dvc-cache-restore
Expand All @@ -18,13 +20,13 @@ jobs:
path: |
.dvc/cache
key: dvc-cache
- name: make env
- name: Setup Build Environment
run: make env
- name: make specs
- name: Make Simulation Specifications
run: make specs
- name: make results
- name: Generate Results
run: make results
- name: Save Primes
- name: Save DVC Cache
id: dvc-cache-save
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit dcf4d68

Please sign in to comment.