From 4d646a7eea5ce74888942b554baa5ee0d1d34590 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 13 Mar 2024 18:07:54 +0100 Subject: [PATCH] add doc and remove debug cmd --- .forgejo/workflows/publish.yaml | 6 ------ README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index fca1316..6c5e536 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -5,11 +5,6 @@ jobs: container: image: rust:slim-bookworm steps: - - run: | - echo "git remote add origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" - TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64) - echo "git -c http.extraHeader=Authorization: Basic ${TOKEN} push origin -d pages" - echo "git -c http.extraHeader=Authorization: Basic ${TOKEN} push -u origin pages" - run: apt-get update -y && apt-get install -y nodejs git curl - run: | curl -L https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf- @@ -28,5 +23,4 @@ jobs: git checkout -b pages git add * git commit -m "gen pages" - git log git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages diff --git a/README.md b/README.md index 825b646..94c4de1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ +# Test Pages + +Test with page generation. Juste a small yew app. + +The generated pages are available here: + # Gen pages: +CF + ``` git clone trunk build --release --public-url '.'