Skip to content

Commit

Permalink
fixes the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Oct 25, 2023
1 parent 873c888 commit 76b9369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: testament all

- name: Build docs
if: matrix.branch == 'devel'
if: matrix.branch == 'master'
run: nimble docs

- name: Deploy docs
Expand All @@ -120,7 +120,7 @@ jobs:
if: |
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
matrix.target.os == 'linux' && matrix.target.cpu == 'amd64' &&
matrix.branch == 'devel'
matrix.branch == 'master'
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: checksums/htmldocs
Expand Down

0 comments on commit 76b9369

Please sign in to comment.