ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock dd18e2a6f9
All checks were successful
/ jekyll (push) Successful in 4s
[Actions] Fidgeting
2024-02-26 20:30:44 -05:00

14 lines
298 B
YAML

on: [push]
jobs:
jekyll:
runs-on: docker
container:
image: jekyll/builder:latest
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build