templates/pages: trailing if statement
Some checks failed
/ deploy (push) Has been cancelled

This commit is contained in:
forgejo-actions[bot] 2024-09-10 20:16:30 +00:00
parent 8555f3e95b
commit fc7ace986a
36 changed files with 3 additions and 751 deletions

View file

@ -14,11 +14,11 @@ jobs:
run: |
apk add git nodejs openssh-client-common openssh-client-default
- name: Start ssh-agent
uses: https://github.com/webfactory/ssh-agent@v0.9.0
uses: actions/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
- name: Repo pull
uses: https://github.com/actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Website upload