Skip to content

Commit

Permalink
Merge pull request #134 from brian-rose/more-syntax
Browse files Browse the repository at this point in the history
Fix path to previews
  • Loading branch information
brian-rose authored Oct 25, 2024
2 parents 1c77d8e + 5890108 commit b9a5d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
branch: gh-pages
folder: ${{ inputs.publish_dir }}
clean: true
clean-exclude: preview/* # keep existing previews from other PRs
clean-exclude: _preview/* # keep existing previews from other PRs
target-folder: ${{ inputs.destination_dir }}

- name: Deploy to GitHub Pages with custom domain
Expand All @@ -82,6 +82,6 @@ jobs:
branch: gh-pages
folder: ${{ inputs.publish_dir }}
clean: true
clean-exclude: preview/* # keep existing previews from other PRs
clean-exclude: _preview/* # keep existing previews from other PRs
target-folder: ${{ inputs.destination_dir }}
CNAME: ${{ inputs.cname }} # how can we set this for the new action?

0 comments on commit b9a5d7d

Please sign in to comment.