Closed straight-shoota closed 9 months ago
Name | Link |
---|---|
Latest commit | 64eb24decf73969109a9b49e3aa8b658355eb2f6 |
Latest deploy log | https://app.netlify.com/sites/crystal-book/deploys/65ad3e9aa782b00008692858 |
Deploy Preview | https://deploy-preview-739--crystal-book.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Woops it seems this pull request may have broken the workflow, no idea why, everything looks correct :/
https://github.com/oprypin/crystal-book/actions/runs/7669055161
if: github.repository == 'crystal-lang/crystal-book' && startsWith(github.ref_name, "release/")
The workflow is not valid. .github/workflows/deploy-config.yml (Line: 9, Col: 9): Unexpected symbol: '"release/"'. Located at position 81 within expression: github.repository == 'crystal-lang/crystal-book' && startsWith(github.ref_name, "release/")
It appears that double quotes are not valid in github syntax
Ah right. That's one of those weird quirks in the syntax 🤦
There's no need to regenerate config every time a new branch is created. Only release branches are relevant. Other branches do not deploy.