Skip to content

Commit

Permalink
Fixes #3962 - Fix release-docs workflow (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Sep 25, 2024
1 parent cb80fd4 commit 48cd65b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Piranha
uses: actions/checkout@v4
with:
ref: v${{ github.event.inputs.version }}
- name: Checkout Piranha Website
uses: actions/checkout@v4
with:
Expand All @@ -25,7 +27,6 @@ jobs:
java-version: 21
- name: Build with Maven
run: |
git checkout v${{ github.event.inputs.version }}
cd docs
mvn -B -DskipTests -DskipITs -ntp site
cd ../
Expand Down

0 comments on commit 48cd65b

Please sign in to comment.