Skip to content

Commit

Permalink
Fix site path for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
peransin-obeo committed Jun 13, 2024
1 parent 06351f2 commit d45bba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: releng/publish/target/site
folder: releng/com.obeonetwork.mbse.capella.vpx.site/target/repository
target-folder: nightly
single-commit: true # Remove history in gh-pages
clean: true # Remove deprecated files
Expand All @@ -47,7 +47,7 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: releng/publish/target/site
folder: releng/com.obeonetwork.mbse.capella.vpx.site/target/repository
target-folder: releases/${{ steps.get_version.outputs.TAG_VERSION }}
single-commit: true # Remove history in gh-pages
clean: true # Remove deprecated files

0 comments on commit d45bba2

Please sign in to comment.