ci: move to pages server
All checks were successful
/ render (push) Successful in 37s

This commit is contained in:
Antoine Martin 2025-03-31 20:28:00 -04:00
parent 2f88882e0d
commit aec1460de9
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
6 changed files with 18 additions and 48 deletions

View file

@ -11,12 +11,11 @@ jobs:
- name: Environment setup
run: |
apk add git nodejs jq coreutils curl tree gawk grep
- name: Public repo pull
- name: Pages repo pull
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAGES_TOKEN }}
ref: public
ref: pages
- name: Render website
run: |
export GITHUB_PR_NAME=$(grep -l ${{ github.sha }} previews/*/git_sha.txt | awk -F '/' '{print $2}')