Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 8, 2024
1 parent 2560031 commit 9f276b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doxygen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: clean first
run: rm -rf *
shell: bash

- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
Expand Down

0 comments on commit 9f276b4

Please sign in to comment.