forked from Skynet/wiki
ci: update teh actions
This commit is contained in:
parent
baa8b6d8a5
commit
21fcae96be
1 changed files with 6 additions and 3 deletions
|
@ -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 }}
|
Loading…
Reference in a new issue