mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
This commit is contained in:
parent
44ac68961c
commit
0369e2a7fc
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ jobs:
|
|||
path: build
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Debug2
|
||||
run: |
|
||||
echo "Listing build directory"
|
||||
ls -l build
|
||||
|
||||
|
||||
- name: cache downloaded dependencies
|
||||
if: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||
uses: https://code.forgejo.org/actions/cache/save@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue