ttrpg-compendium/.forgejo/workflows/publish.yaml
Bill Niblock 71df8339db
Some checks are pending
/ jekyll (push) Blocked by required conditions
[Actions] Fidgeting
2024-02-26 20:03:44 -05:00

22 lines
525 B
YAML

on: [push]
jobs:
jekyll:
needs: setup
runs-on: docker
container:
image: jekyll/builder:latest
steps:
- uses: actions/checkout@v3
- name: Jekyll here?
run: jekyll help
- name: Change to source
run: |
cd ${{ GITHUB_WORKSPACE }}
echo $(pwd)
echo $(ls)
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build
# - name: Check the output
# run: ls -alh ./_site