Skip to content

Commit

Permalink
move _gen to gen
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaria committed Mar 6, 2024
1 parent 1e62412 commit bd54bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--pull=always \
-v /$(pwd)/config:/config \
-v /$(pwd)/shapes:/shapes \
-v /$(pwd)/doc/_gen/:/doc/_gen ghcr.io/skemu/rdf-template:latest
-v /$(pwd)/doc/gen/:/doc/gen ghcr.io/skemu/rdf-template:latest
- name: Configure Git User
run: |
git config user.email "[email protected]"
Expand All @@ -54,7 +54,7 @@ jobs:
if: steps.rdfModified.outputs.modified == 'true' || steps.configModified.outputs.modified == 'true'
run: |
git status
git add doc/_gen/
git add doc/gen/
git status
git diff --staged --quiet || git commit -F- <<EOF
Apply templates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ docker run --rm \
--pull=always \
-v /$(pwd)/config:/config \
-v /$(pwd)/shapes:/shapes \
-v /$(pwd)/doc/_gen/:/doc/_gen ghcr.io/skemu/rdf-template:latest
-v /$(pwd)/doc/gen/:/doc/gen ghcr.io/skemu/rdf-template:latest
```

0 comments on commit bd54bce

Please sign in to comment.