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:19:19 +00:00
commit 16464659d7

View file

@ -22,6 +22,10 @@ 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
with:
fetch-depth: 0 # pull full history for page lastmod by git commit date
- name: Install packages - name: Install packages
run: | run: |
apt update apt update
@ -32,10 +36,6 @@ jobs:
# For uploading. # For uploading.
apt -y install rsync openssh-client apt -y install rsync openssh-client
- uses: actions/checkout@v6
with:
fetch-depth: 0 # pull full history for page lastmod by git commit date
- name: Build website - prod - name: Build website - prod
run: | run: |
mkdocs build mkdocs build