From 546dde769784f1aff201fc9c05fb44ffb44120fc Mon Sep 17 00:00:00 2001 From: Sophie <133236526+SKernchen@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:52:53 +0200 Subject: [PATCH 01/14] Try to add pages --- .github/workflows/pages.yml | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/pages.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..2bff08b --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["pages"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Upload entire repository + path: './public/' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 From 78071433255e129b007c77b9fd0c15b11c233bde Mon Sep 17 00:00:00 2001 From: "Kernchen, Sophie" Date: Tue, 7 Oct 2025 15:06:34 +0200 Subject: [PATCH 02/14] Add local paths as redirections --- public/callback/index.html | 6 +++--- public/curation/person.html | 4 ++-- public/dashboard/index.html | 7 ++++--- public/gitlab-setup/index.html | 7 ++++--- public/index.html | 14 +++++++------- public/reporting/index.html | 2 +- 6 files changed, 21 insertions(+), 19 deletions(-) diff --git a/public/callback/index.html b/public/callback/index.html index d7d2acb..a799dad 100644 --- a/public/callback/index.html +++ b/public/callback/index.html @@ -5,10 +5,10 @@ - - + + - + Redirecting ... diff --git a/public/curation/person.html b/public/curation/person.html index 2b4a245..92be1a3 100644 --- a/public/curation/person.html +++ b/public/curation/person.html @@ -5,9 +5,9 @@ - + Software CaRD - +