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
e8c1898646
commit
16464659d7
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue