Compare commits

...

2 commits

Author SHA1 Message Date
Jean-Marie Mineau e4f417a8ff
retest
Some checks failed
/ test_checkout (push) Failing after 2m7s
2024-03-13 17:38:43 +01:00
Jean-Marie Mineau de0c78b551
retest 2024-03-13 17:37:07 +01:00

View file

@ -11,13 +11,11 @@ jobs:
mv trunk / mv trunk /
- run: rustup target add wasm32-unknown-unknown - run: rustup target add wasm32-unknown-unknown
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
- run: | - run: /trunk build --release --public-url '.'
ls /trunk
/trunk build --release --public-url '.'
- run: | - run: |
cd dist cd dist
git init git init
git remote add origin "${GITHUB_REPOSITORY}/{GITHUB_REPOSITORY_OWNER}" git remote add origin "${GITHUB_REPOSITORY}/${GITHUB_REPOSITORY_OWNER}"
TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64) TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64)
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages
git checkout -b pages git checkout -b pages