mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 03:47:27 +02:00
Downgraded the artifact download in pages (#465)
V4 artifact download can't download v2 pages artifacts download
This commit is contained in:
parent
fd16ed6752
commit
cf1f043291
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Deployment URL = ${{ steps.deployment.outputs.page_url }}"
|
- run: echo "Deployment URL = ${{ steps.deployment.outputs.page_url }}"
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user