Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy.yaml / Update .forgejo/workflows/deploy.yaml (push) Failing after 0s
Some checks failed
deploy.yaml / Update .forgejo/workflows/deploy.yaml (push) Failing after 0s
This commit is contained in:
parent
38e056acbf
commit
9f9b07b4bf
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
echo "Run triggered by ${{ github.event_name }} (${{ github.event.action }}) on ref ${{ github.ref_name }}"
|
||||||
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # pull full history for page lastmod by git commit date
|
fetch-depth: 0 # pull full history for page lastmod by git commit date
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue