Skip to content

Commit

Permalink
Always build docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Sep 5, 2024
1 parent be40971 commit 71bb8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Deploy docs to GitHub Pages

on:
push:
branches: ['docs', 'main']

permissions:
contents: read
Expand Down Expand Up @@ -58,6 +57,8 @@ jobs:
with:
path: ./docs/build
deploy:
# Run this job only if the branch is 'main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 71bb8f4

Please sign in to comment.