Skip to content

Commit

Permalink
Weekly snapshot
Browse files Browse the repository at this point in the history
  • 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.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/doxygen-action@v1.1.0
with:
Expand Down

0 comments on commit 439f74f

Please sign in to comment.