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 c6b7dee commit 7185172Copy full SHA for 7185172
.github/workflows/publish-website.yml
@@ -25,6 +25,8 @@ jobs:
25
build:
26
# Don't run on forks.
27
if: github.event.repository.fork == false
28
+
29
+ name: "Build the website"
30
runs-on: ubuntu-latest
31
steps:
32
# By default use the `gh-pages` branch.
0 commit comments