Skip to content

Commit

Permalink
Update doc_generation-6.0.yml
Browse files Browse the repository at this point in the history
undid a couple changes
  • Loading branch information
carltimmer authored Sep 12, 2024
1 parent cfe6225 commit 0fae2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc_generation-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# checkout the evio-6.0 branch
- uses: actions/checkout@v4
- uses: actions/checkout@v2

# generate the C doxygen files
- name: Doxygen Action C
Expand All @@ -31,7 +31,7 @@ jobs:

# generate the javadoc files
- name: Set up JDK 8
uses: actions/setup-java@v4
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
# checkout the gh-pages branch
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
ref: gh-pages

Expand Down

0 comments on commit 0fae2dc

Please sign in to comment.