Skip to content

Added community to navigation config #49

Added community to navigation config

Added community to navigation config #49

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}