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.
2 parents 18e9e60 + 7185172 commit fc994a4Copy full SHA for fc994a4
.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