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 5841a21 commit 66fef03Copy full SHA for 66fef03
‎.github/workflows/main.yml‎
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_USER_CONTRIBUTION_API_ENDPOINT: https://snk-one.vercel.app/api/github-user-contribution/
67
68
- uses: crazy-max/[email protected]
69
- if: success() && github.ref.name == 'main'
+ if: success() && github.ref == 'refs/heads/main'
70
with:
71
target_branch: gh-pages
72
build_dir: packages/demo/dist
0 commit comments