1
0
Fork 0
forked from Skynet/wiki

ci: update teh actions

This commit is contained in:
silver 2024-08-11 22:19:49 +01:00
parent baa8b6d8a5
commit 21fcae96be

View file

@ -15,7 +15,11 @@ jobs:
runs-on: nix
steps:
# get the repo first
- uses: actions/checkout@v4
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
- name: "Build the Wiki"
run: nix build --verbose
@ -24,8 +28,7 @@ jobs:
runs-on: docker
needs: [ build ]
steps:
- name: "Deploy to Skynet"
uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet@v2
- uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/deploy@v3
with:
input: 'skynet_website_renew'
token: ${{ secrets.API_TOKEN_FORGEJO }}