Update upload condition for Pages artifact to include workflow_dispatch

This commit is contained in:
Palash Tyagi 2025-05-04 18:44:02 +01:00
parent e74617f2e4
commit 02c00cc657

View File

@ -106,7 +106,7 @@ jobs:
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
- name: Upload Pages artifact
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/upload-pages-artifact@v3
with:
path: target/doc/