From 889da40e6815d8b92a315c9b1b66076e4c91e83e Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 16 Dec 2024 15:35:34 -0500 Subject: [PATCH 1/3] Fix checkout reference for pull request events in deploy workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f88981ac..9c713746 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: if: github.event_name == 'pull_request' uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.head_ref }} # Standard checkout for non-PR events - name: Checkout repo From d92f78b0305aa83ae3450d713e48efd10b43ebfc Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 16 Dec 2024 15:35:46 -0500 Subject: [PATCH 2/3] Add Brotli dependencies installation to deploy workflow --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c713746..84d0c992 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,10 @@ jobs: if: github.event_name != 'pull_request' uses: actions/checkout@v4 + # Install Brotli development headers (Fix for ruby-brs gem) + - name: Install Brotli dependencies + run: sudo apt-get update && sudo apt-get install -y libbrotli-dev + # Build Jekyll Site - run: echo "Building Jekyll site" - run: sudo gem install bundler From 04000af3a4152a1cce0cb1c137d8a7e9906b23a9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:43:03 +0000 Subject: [PATCH 3/3] Commit ActivityPub Data --- _data/activity_pub.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/activity_pub.yml b/_data/activity_pub.yml index 11837dbc..cb07d8ca 100644 --- a/_data/activity_pub.yml +++ b/_data/activity_pub.yml @@ -142,6 +142,6 @@ notifications: action: done id: https://hypha.coop/dripline/dweb-local-first-software-weekend.jsonld created_at: 1734036129 -actor_url: https://staging.hypha.coop/about.jsonld -actor: "@dripline@staging.hypha.coop" -public_key_url: https://staging.hypha.coop/about.jsonld#main-key +actor_url: https://hypha.coop/about.jsonld +actor: "@dripline@hypha.coop" +public_key_url: https://hypha.coop/about.jsonld#main-key