Skip to content

Commit

Permalink
Merge pull request #8 from dmadison/docs-ci
Browse files Browse the repository at this point in the history
Update Doxygen CI files
  • Loading branch information
dmadison authored Jul 7, 2023
2 parents 03d2370 + d7ec781 commit 6496789
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 112 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Repository Reference Info
id: repo-info
run: |
Expand All @@ -21,12 +21,12 @@ jobs:
COMMIT_MSG=$PROJECT_NUMBER
if [ "$PROJECT_NUMBER" != "$GIT_SHA_SHORT" ]; then COMMIT_MSG+=" ($GITHUB_SHA)"; fi
echo "The project number is \"$PROJECT_NUMBER\" and the commit message is \"$COMMIT_MSG\""
echo "::set-output name=project-number::$PROJECT_NUMBER"
echo "::set-output name=commit-message::$COMMIT_MSG"
echo "project-number=$PROJECT_NUMBER" >> $GITHUB_OUTPUT
echo "commit-message=$COMMIT_MSG" >> $GITHUB_OUTPUT
- name: Install Doxygen
env:
DOXYGEN_VERSION: 1.9.3
DOXYGEN_VERSION: 1.9.7
run: |
wget -q https://www.doxygen.nl/files/doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
tar -xf doxygen-${{ env.DOXYGEN_VERSION }}.linux.bin.tar.gz
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Themes
env:
DOXYGEN_AWESOME_VERSION: 2.0.3
DOXYGEN_AWESOME_VERSION: 2.2.0
working-directory: ./docs
run: |
git clone --depth 1 -b v${{ env.DOXYGEN_AWESOME_VERSION }} https://github.com/jothepro/doxygen-awesome-css
Expand Down
Loading

0 comments on commit 6496789

Please sign in to comment.