Skip to content

docs: sparql endpoints and shape targets #43

docs: sparql endpoints and shape targets

docs: sparql endpoints and shape targets #43

Workflow file for this run

name: Preview
on:
pull_request:
jobs:
Netlify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nelonoel/[email protected]
- uses: jsmrcaga/action-netlify-deploy@master
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
deploy_alias: ${{ env.BRANCH_NAME }}
- uses: exercism/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
template-variables: |
{
"url": "${{ env.NETLIFY_PREVIEW_URL }}"
}