Skip to content

Commit

Permalink
Add missing github pages configure step
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Jun 25, 2024
1 parent 6819f1a commit 9249685
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_github_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: generate markdown
run: java -jar target/sparql-examples-util-*-uber.jar -i examples/ -m

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 9249685

Please sign in to comment.