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 0c7c9cf commit 9851257Copy full SHA for 9851257
.github/workflows/deploy.yml
@@ -24,6 +24,7 @@ jobs:
24
env:
25
GITHUB_OUTPUT: $GITHUB_OUTPUT
26
deploy:
27
+ needs: precheck
28
runs-on: ubuntu-latest
29
if: needs.precheck.outputs.should_deploy == 'true'
30
steps:
@@ -40,7 +41,7 @@ jobs:
40
41
- name: Configure Git
42
run: |
43
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- git config --global user.name "github-actions[bot]"
44
+ git config --global user.name "github-actions[bot]"
45
- name: Deploy to GitHub Pages
46
47
CI: true
0 commit comments