Skip to content

Commit 845374b

Browse files
Fix doc generation
1 parent c2e24cb commit 845374b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828
with:
2929
context: .
3030
target: docs-site
31-
output: type=local
32-
output-path: site
3331
- name: Deploy docs to GitHub Pages
3432
uses: peaceiris/actions-gh-pages@v3
33+
if: github.ref == 'refs/heads/master'
3534
with:
3635
github_token: ${{ secrets.GITHUB_TOKEN }}
3736
publish_dir: ./site
38-
if: github.ref == 'refs/heads/master'
37+
3938

4039
release:
4140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)