File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ jobs:
3030 submodules : recursive
3131 fetch-depth : 0
3232 ref : ${{ github.event.pull_request.head.ref }}
33- - name : ⚡ Dependencies
33+ - name : " ⚡ Dependencies"
3434 run : |
3535 sudo apt-get update -y
3636 sudo apt-get install -y zsh tree
37- - name : 📦 Install Doxygen
37+ - name : " 📦 Install Doxygen"
3838 run : |
39- gh repo clone z-shell/zsdoc tmp/zsdoc
40- sudo make -C tmp/zsdoc install
41- - name : ♻️ Generate Codebase Documentation
39+ gh repo clone z-shell/zsdoc / tmp/zsdoc
40+ sudo make -C / tmp/zsdoc install
41+ - name : " ♻️ Generate codebase documentation "
4242 run : make
43- - name : 🏗 Compress codebase documentation
43+ - name : " 🏗 Compress codebase documentation"
4444 run : tar cvzf docs.tar.gz docs
45- - name : 📤 Upload docs.tar.gz
45+ - name : " 📤 Upload docs.tar.gz"
4646 uses : actions/upload-artifact@v4
4747 with :
4848 name : Codebase documentation
4949 path : docs.tar.gz
50- - name : ♻️ Cleanup
50+ - name : " ♻️ Cleanup"
5151 run : |
5252 rm -rf docs.tar.gz
5353 - name : " 🆗 Commit"
You can’t perform that action at this time.
0 commit comments