We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a4644 commit dab14dbCopy full SHA for dab14db
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
poetry run generate-jd ../$DEST_DIR --metadata ../metadata.yaml --jd-root ..
31
- name: "publish"
32
if: "${{ github.event_name == 'push' && steps.setup.outputs.publishing_branch != '' }}"
33
- uses: "actions/upload-pages-artifact@v3"
+ uses: "actions/upload-pages-artifact@v4"
34
with:
35
path: "${{ env.DEST_DIR }}"
36
deploy:
0 commit comments