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 8f5cacc commit 370eab8Copy full SHA for 370eab8
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - '**' # TODO: master only
+ - master
7
8
jobs:
9
doc:
@@ -17,8 +17,6 @@ jobs:
17
context: .
18
target: docs-site
19
outputs: type=local,dest=.
20
- - name: log output
21
- run: ls -la ./site
22
- name: Deploy docs to GitHub Pages
23
if: github.ref == 'refs/heads/master'
24
uses: peaceiris/actions-gh-pages@v3
0 commit comments