Skip to content

Commit

Permalink
Fix workflow failing on artifact upload with empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnvaldr committed Dec 11, 2021
1 parent 8d2de93 commit f65b73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -332,7 +332,7 @@ jobs:
- name: Build docs
run: ./docfx/docfx "./docfx.json"
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2.2.4
with:
name: site
path: |
Expand Down

0 comments on commit f65b73a

Please sign in to comment.