Skip to content

Commit

Permalink
Update gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Feb 22, 2024
1 parent 7d70c31 commit c3b6f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy gh-pages
on:
push:
branches:
- 'update-environment'
- 'master'

jobs:
build:
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Build and deploy
run: |
make update_docs
mkdocs gh-deploy -b gh-pages-test --force
mkdocs gh-deploy -b gh-pages --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c3b6f3f

Please sign in to comment.