mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
Merge pull request #1801 from jellyfin/renovate/actions-configure-pages-6.x
Update actions/configure-pages action to v6
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
RUN_ID: ${{ github.event.workflow_run.id }}
|
||||
run: gh run download "$RUN_ID" -n jellyfin-org__build -D build
|
||||
- name: Configure Pages
|
||||
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
|
||||
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
|
||||
- name: Create pages artifact
|
||||
run: tar --dereference --hard-dereference --directory build -cvf "$RUNNER_TEMP/artifact.tar" --exclude=.git --exclude=.github .
|
||||
- name: Upload pages artifact
|
||||
|
||||
Reference in New Issue
Block a user