Skip to content

Commit

Permalink
No context.jsonld for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Mar 29, 2024
1 parent 079e20b commit e10a6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sitebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
#export "SITEDIR=./build/upload/$(git branch --show-current)"
#export "SITEURL=https://concepts.datalad.org/$(git branch --show-current)"
make build/mkdocs-site
make build/context.jsonld
#make build/context.jsonld
#mv ./build/mkdocs-site $SITEDIR
mv ./build/mkdocs-site ./build/upload
mv ./build/context.jsonld ./build/upload/
#mv ./build/context.jsonld ./build/upload/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit e10a6d9

Please sign in to comment.