Skip to content

Commit a585076

Browse files
authored
Add 'make clean' step before building HTML docs
1 parent 006c151 commit a585076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Build the site
4242
run: |
4343
cd docs
44+
make clean
4445
make html
4546
env:
4647
ARM_USERNAME: ${{ secrets.ARM_USERNAME }}

0 commit comments

Comments
 (0)