Skip to content

Commit

Permalink
updated github pages deployment target to 1.1 dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jan 23, 2024
1 parent 90bbcd6 commit 08aa69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Doxygen results to Github Pages
on:
push:
branches:
- master
- v1.1

permissions:
contents: write
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: site # The folder the action should deploy.
target-folder: master # deploy to versioned directory
target-folder: 1.1 # deploy to versioned directory

0 comments on commit 08aa69e

Please sign in to comment.