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 c2e24cb commit 845374bCopy full SHA for 845374b
1 file changed
.github/workflows/main.yml
@@ -28,14 +28,13 @@ jobs:
28
with:
29
context: .
30
target: docs-site
31
- output: type=local
32
- output-path: site
33
- name: Deploy docs to GitHub Pages
34
uses: peaceiris/actions-gh-pages@v3
+ if: github.ref == 'refs/heads/master'
35
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: ./site
38
- if: github.ref == 'refs/heads/master'
+
39
40
release:
41
runs-on: ubuntu-latest
0 commit comments