Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtsunificator committed Sep 1, 2023
1 parent c05fc62 commit 176f46d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
- name: Generate documentation
run: npm run generate-docs

- name: nojekyll
run: touch docs/.nojekyll

- name: CNAME
run: echo "$CNAME" > docs/CNAME
if: env.CNAME != ''
env:
CNAME: ${{ vars.CNAME }}

- name: Push documentation
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit 176f46d

Please sign in to comment.