Skip to content

Commit

Permalink
Fixed typo in context
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 26, 2024
1 parent 7349f24 commit 4e2d4fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Grant action the permissions it needs
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -60,3 +64,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.
branch: gh-pages
git-config-name: "OTEIO CD_publish Github Action"
git-config-email: [email protected]
2 changes: 1 addition & 1 deletion context/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"mappingType": "oteio:mappingType",
"prefixes": "oteio:prefixes",
"triples": "oteio:triples",
"triples": "oteio:triples"

}

0 comments on commit 4e2d4fe

Please sign in to comment.