We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4462fc commit 632166cCopy full SHA for 632166c
.github/workflows/publish.yml
@@ -29,9 +29,9 @@ jobs:
29
- uses: DeterminateSystems/nix-installer-action@main
30
- run: nix build
31
- name: Deploy 🚀
32
- if: github.ref == 'refs/heads/main'
33
- uses: JamesIves/[email protected]
+ uses: JamesIves/github-pages-deploy-action@v4
34
with:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
BRANCH: live # The branch the action should deploy to.
37
FOLDER: result # The folder the action should deploy.
+ DRY_RUN: github.ref != 'refs/heads/main'
0 commit comments