diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e2a966c51..d031d5bde 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: