Skip to content

Commit

Permalink
build: Preview deployments: false (#34)
Browse files Browse the repository at this point in the history
see EndBug/pages-preview#20

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
  • Loading branch information
vorburger committed Nov 2, 2023
1 parent 2dc83f7 commit cec1682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- uses: EndBug/pages-preview@196e85fb8eb6e55cb82c565e2bffa8911d6ee2d6 # v1.1.1
with:
build_dir: site
# https://github.com/EndBug/pages-preview/issues/20
deployments: false
preview_base_url: ${{ env.PAGES_BASE }}
preview_repo: ${{ env.PREVIEW_REPO }}
preview_token: ${{ secrets.PREVIEW_TOKEN }}

0 comments on commit cec1682

Please sign in to comment.