0
0
Fork 0

Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy.yaml / Update .forgejo/workflows/deploy.yaml (push) Failing after 0s

This commit is contained in:
derchris 2026-04-05 13:21:34 +00:00
commit 9f9b07b4bf

View file

@ -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: |