We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34601d5 commit 261e6d9Copy full SHA for 261e6d9
1 file changed
.github/workflows/build-release.yml
@@ -101,6 +101,12 @@ jobs:
101
- name: Calculate SHA checksum (${{ matrix.version }})
102
run: sha256sum "$TARGET"
103
104
+ website:
105
+ name: Build website
106
+ runs-on: [ubuntu-latest]
107
+ strategy:
108
+ fail-fast: false
109
+ steps:
110
- name: Run website build
111
if: |
112
startsWith(github.ref, 'refs/tags/v') &&
0 commit comments