Skip to content

Commit

Permalink
Merge pull request #423 from hyphacoop/staging
Browse files Browse the repository at this point in the history
Fix deploy.yml on prod
  • Loading branch information
tripledoublev authored Dec 16, 2024
2 parents 36279bf + 04000af commit a173708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ 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
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
Expand Down
6 changes: 3 additions & 3 deletions _data/activity_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "@[email protected]"
public_key_url: https://hypha.coop/about.jsonld#main-key

0 comments on commit a173708

Please sign in to comment.