We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fa3b1 commit 3b2bf5eCopy full SHA for 3b2bf5e
.github/workflows/deploy-to-gh-pages.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Optional: write CNAME from repo secret CUSTOM_DOMAIN (set if you use a custom domain)
53
- name: Add CNAME (optional)
54
- if: secrets.CUSTOM_DOMAIN != ''
+ if: ${{ secrets.CUSTOM_DOMAIN != '' }}
55
run: echo "${{ secrets.CUSTOM_DOMAIN }}" > build/web/CNAME
56
57
- name: Deploy to GitHub Pages (gh-pages branch)
@@ -60,6 +60,3 @@ jobs:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_dir: build/web
62
publish_branch: gh-pages
63
- # optional: commit message customization
64
- # commit_message: "ci: deploy to GitHub Pages (auto)"
65
-
0 commit comments