diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c813fb7..e3ad682 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -2,11 +2,10 @@ name: Github Pages on: - pull_request: push: branches: - master - - "v*.*.*" + - "build/docs-website" # TODO remove after it's merged jobs: cleanup-runs: runs-on: ubuntu-latest @@ -16,7 +15,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'" - docs: + gh-pages: # environment: # name: github-pages # url: ${{ steps.deployment.outputs.page_url }}