mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
ci/doc: clean HTML build before uploading artifact
This commit is contained in:
@@ -22,6 +22,10 @@ jobs:
|
||||
token: ${{ github.token }}
|
||||
skip-deploy: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
- name: '🧹 Clean HTML build'
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
run: sudo rm -rf doc/_build/html/.git
|
||||
|
||||
- name: '📤 Upload artifact: HTML'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user