-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ginan-release-bot
committed
Feb 2, 2024
1 parent
1892cb4
commit 439f74f
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,12 +27,18 @@ jobs: | |
- name: Checkout the updated branch | ||
uses: actions/checkout@v4 | ||
with: | ||
clean: false | ||
|
||
- name: Create folders and move readme | ||
run: | | ||
cp README.md Docs/readme.md | ||
mkdir -p src/build | ||
- name: List everything as debug | ||
run: | | ||
find | ||
- name: Build doxygen docs from code | ||
uses: mattnotmitt/[email protected] | ||
with: | ||
|