ttrpg-compendium/.forgejo/workflows/publish.yaml

17 lines
379 B
YAML
Raw Normal View History

2024-02-27 00:42:22 +00:00
on: [push]
jobs:
jekyll:
runs-on: docker
container:
image: jekyll/builder:latest
steps:
2024-02-27 01:03:44 +00:00
- uses: actions/checkout@v3
2024-02-27 00:45:30 +00:00
- name: Change to source
2024-02-27 00:48:26 +00:00
run: |
cd ${{ GITHUB_WORKSPACE }}
2024-02-27 01:10:14 +00:00
echo ${{ pwd }}
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build