Skip to content

Commit

Permalink
Change github actions flow to also include the turtle file
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert authored Mar 22, 2024
1 parent f45dca3 commit 99c4241
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/gh-pages-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- name: Copy to gh pages
uses: planetoftheweb/copy-to-branches@v1
env:
key: main
exclude: work 99_target
files: README.md
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed

# Modify as appropriate
GH_PAGES_BRANCH: main
#GH_PAGES_BRANCH: gh-pages

# if your doc isn’t in the root folder,
# or Bikeshed otherwise can’t find it:
Expand All @@ -27,3 +33,7 @@ jobs:
# with .html extension instead,
# but if you want to customize it:
DESTINATION: index.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: . # The folder the action should deploy.

0 comments on commit 99c4241

Please sign in to comment.