-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Turtle-Hook | ||
|
||
This updates a SPARQL-Endpoint to reflect the changes of the content of RDF-Turtle files in a Github repository. | ||
This updates a SPARQL-Endpoint to reflect the changes of the content of | ||
RDF-Turtle files in a Github repository. | ||
|
||
It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest interface. | ||
It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest | ||
interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ export { | |
GHActServer, | ||
GHActWorker, | ||
type Job, | ||
} from "https://deno.land/x/[email protected].1/mod.ts"; | ||
} from "https://deno.land/x/[email protected].2/mod.ts"; |