.github/workflows/main.yml
@@ -1,11 +1,11 @@ name: "FunASR Docs" on: pull_request: branches: - main push: branches: - dev pull_request: branches: - main push: branches: - dev jobs: docs: @@ -21,7 +21,8 @@ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' run: | mkdir public cp -r docs/build/html/* public/ touch public/.nojekyll cp -r docs/_build/html/* public/ - name: deploy github.io pages if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'