Skip to content

Commit

Permalink
CI: Update docs release type and targed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 8, 2024
1 parent c9d292b commit 7da1053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
release:
types: [ created ]
types: [ released ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
branch: gh-pages
folder: docs/_build/
clean: false
target-folder: ${{ github.ref }}
target-folder: ${{ github.ref_name }}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 7da1053

Please sign in to comment.