Skip to content

Update community.md: add bluesky link #69

Update community.md: add bluesky link

Update community.md: add bluesky link #69

Workflow file for this run

name: test
on:
pull_request:
branches: [ main ]
jobs:
generate:
name: "Generate site"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: "Generate static HTML"
uses: estebanlm/foliage-action@v1.4.4
with:
source: './site'
target: 'generated'