From 841e67d0aa277d91db4fbeb52e7b0e3d896f44f2 Mon Sep 17 00:00:00 2001 From: Yufeng Liu Date: Sat, 21 Oct 2023 16:05:14 -0400 Subject: [PATCH 1/4] testing - DO NOT MERGE --- data/organizations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/organizations.yml b/data/organizations.yml index 089033b08..56dc0a089 100644 --- a/data/organizations.yml +++ b/data/organizations.yml @@ -1,4 +1,4 @@ -- name: cuHacking +- name: cuHacking - TESTING description: "cuHacking is Carleton University's official hackathon event. Participants come together to innovate,collaborate and create solutions to various challenges" website: https://cuhacking.ca/ discord: https://discord.com/invite/TGvYPnD From 3a8258df01bc7c38d65e44b11328d923d9c3e134 Mon Sep 17 00:00:00 2001 From: Yufeng Liu Date: Sat, 21 Oct 2023 16:34:38 -0400 Subject: [PATCH 2/4] testing --- data/organizations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/organizations.yml b/data/organizations.yml index 56dc0a089..2e4a4c659 100644 --- a/data/organizations.yml +++ b/data/organizations.yml @@ -1,4 +1,4 @@ -- name: cuHacking - TESTING +- name: cuHacking TESTING description: "cuHacking is Carleton University's official hackathon event. Participants come together to innovate,collaborate and create solutions to various challenges" website: https://cuhacking.ca/ discord: https://discord.com/invite/TGvYPnD From 31ad793e24aad783ed75985c6243dd6ef24ba24e Mon Sep 17 00:00:00 2001 From: Yufeng Liu Date: Sat, 21 Oct 2023 16:38:11 -0400 Subject: [PATCH 3/4] hugo link --- .github/workflows/hugo-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo-preview.yml b/.github/workflows/hugo-preview.yml index cc29cf828..bbe6c6b22 100644 --- a/.github/workflows/hugo-preview.yml +++ b/.github/workflows/hugo-preview.yml @@ -17,7 +17,7 @@ jobs: - name: Setup base URL env var run: | export PRNUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH") - echo BASEURL="https://rmoff-rmoff-blog-build_preview-pr-"$PRNUMBER".surge.sh/" >> $GITHUB_ENV + echo BASEURL="https://carletoncomputersciencesociety-website-build_preview-pr"$PRNUMBER".surge.sh/" >> $GITHUB_ENV - name: Report base URL env var run: echo "${{ env.BASEURL }}" From 8445e6fc7a35297acfabebdf8f600e9acafe5e62 Mon Sep 17 00:00:00 2001 From: Yufeng Liu Date: Sat, 21 Oct 2023 16:41:03 -0400 Subject: [PATCH 4/4] updated hugo --- .github/workflows/hugo-preview.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-preview.yml b/.github/workflows/hugo-preview.yml index bbe6c6b22..c659ae829 100644 --- a/.github/workflows/hugo-preview.yml +++ b/.github/workflows/hugo-preview.yml @@ -9,10 +9,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup Hugo + - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.105.0' + hugo-version: '0.83.1' + extended: true - name: Setup base URL env var run: |