From 16464659d767c917d5345ae782a05b226eebef6f Mon Sep 17 00:00:00 2001 From: derchris Date: Sun, 5 Apr 2026 13:19:19 +0000 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml --- .forgejo/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 5f265dc..2ea0e8f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -22,6 +22,10 @@ jobs: run: | 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 run: | apt update @@ -32,10 +36,6 @@ jobs: # For uploading. 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 run: | mkdocs build