templates/*: move to bootstrap 5
All checks were successful
/ deploy (push) Successful in 27s

This commit is contained in:
forgejo-actions[bot] 2024-09-10 20:04:51 +00:00
parent a34df76cd9
commit 15117a264b
110 changed files with 10098 additions and 3 deletions

View file

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