ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock 511498303c
All checks were successful
/ jekyll (push) Successful in 3s
[Actions] Fidgeting
2024-02-26 20:18:50 -05:00

16 lines
389 B
YAML

on: [push]
jobs:
jekyll:
runs-on: docker
container:
image: jekyll/builder:latest
steps:
- uses: actions/checkout@v3
- name: Change to source
run: |
cd ${{ GITHUB_WORKSPACE }}
echo "Changing directory"
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build