Compare commits

..

No commits in common. "e4f417a8ff5d403d9968bb0ecdc220f41f02bf8b" and "51b0e1519af6a8d05de10997400229fd667c0f3a" have entirely different histories.

View file

@ -11,11 +11,13 @@ jobs:
mv trunk /
- run: rustup target add wasm32-unknown-unknown
- uses: https://code.forgejo.org/actions/checkout@v3
- run: /trunk build --release --public-url '.'
- run: |
ls /trunk
/trunk build --release --public-url '.'
- run: |
cd dist
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)
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages
git checkout -b pages