We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475df15 commit 075da7fCopy full SHA for 075da7f
1 file changed
.github/workflows/docs.yaml
@@ -7,7 +7,7 @@ jobs:
7
name: Build Docs
8
runs-on: ubuntu-latest
9
# We only execute this step if the commit is tagged, i.e., this is a release
10
- #if: startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@master
@@ -36,7 +36,7 @@ jobs:
36
needs: build
37
38
39
40
environment:
41
name: github-pages
42
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments