Skip to content

Commit

Permalink
modified: .github/workflows/doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Dec 20, 2023
1 parent f51442f commit df1ad1c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ jobs:
submodules: recursive
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: ⚡ Dependencies
- name: "⚡ Dependencies"
run: |
sudo apt-get update -y
sudo apt-get install -y zsh tree
- name: 📦 Install Doxygen
- name: "📦 Install Doxygen"
run: |
gh repo clone z-shell/zsdoc tmp/zsdoc
sudo make -C tmp/zsdoc install
- name: ♻️ Generate Codebase Documentation
gh repo clone z-shell/zsdoc /tmp/zsdoc
sudo make -C /tmp/zsdoc install
- name: "♻️ Generate codebase documentation"
run: make
- name: 🏗 Compress codebase documentation
- name: "🏗 Compress codebase documentation"
run: tar cvzf docs.tar.gz docs
- name: 📤 Upload docs.tar.gz
- name: "📤 Upload docs.tar.gz"
uses: actions/upload-artifact@v4
with:
name: Codebase documentation
path: docs.tar.gz
- name: ♻️ Cleanup
- name: "♻️ Cleanup"
run: |
rm -rf docs.tar.gz
- name: "🆗 Commit"
Expand Down

0 comments on commit df1ad1c

Please sign in to comment.