Skip to content

Commit

Permalink
Re-enable docs deployment to Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Evans committed Oct 26, 2023
1 parent f294001 commit 2c5d419
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

on:
push:
branches: ["main"]
branches: ["main", "initial-implementation"]

permissions:
contents: read
Expand Down Expand Up @@ -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

0 comments on commit 2c5d419

Please sign in to comment.