Skip to content

Commit

Permalink
setup action to run on temp branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jul 18, 2023
1 parent e05d88b commit 7dec4e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy Documentation

on:
push:
branches: [main]
branches: [docs-workflow]
workflow_dispatch:

# Allow only one concurrent deployment
Expand All @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup nox
uses: excitedleigh/[email protected]
- name: Build docs
Expand Down

0 comments on commit 7dec4e8

Please sign in to comment.