From 2c5d419d644f227143607e8991b1757431ede1cb Mon Sep 17 00:00:00 2001 From: Tim Evans Date: Fri, 27 Oct 2023 12:01:20 +1300 Subject: [PATCH] Re-enable docs deployment to Pages. --- .github/workflows/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a82944b..ddd0c16 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: Docs on: push: - branches: ["main"] + branches: ["main", "initial-implementation"] permissions: contents: read @@ -39,13 +39,13 @@ jobs: with: path: site/ - # deploy: - # needs: docs - # environment: - # name: github-pages - # url: ${{ steps.deployment.outputs.page_url }} - # runs-on: ubuntu-latest - # steps: - # - name: Deploy to pages - # id: deployment - # uses: actions/deploy-pages@v2 + deploy: + needs: docs + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to pages + id: deployment + uses: actions/deploy-pages@v2