Skip to content

Commit

Permalink
Merge pull request #112 from rhysnewell/update_docs_deployment
Browse files Browse the repository at this point in the history
update: documentation branch from master to main
  • Loading branch information
rhysnewell authored Aug 11, 2023
2 parents 3061a2e + 7e778d5 commit fcf6e4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy documentation site
on:
push:
branches:
- master
- main
paths:
- 'docs/**'
- 'doctave.yml'
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@master
uses: actions/checkout@main

- name: 'Build and deploy'
shell: bash
Expand All @@ -24,8 +24,8 @@ jobs:
doctave build --release --allow-failed-checks
- name: GitHub Pages
if: github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v3.0.0
if: github.ref == 'refs/heads/main'
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
build_dir: site/
env:
Expand Down

0 comments on commit fcf6e4b

Please sign in to comment.