Compare commits

..

No commits in common. "a3f593b97ee504972df8b297ec3e83f9cb923b54" and "b7ce5716d55587bde8924501a6d87d636d7b6bcb" have entirely different histories.

View file

@ -1,15 +1,12 @@
name: Build and Deploy
on:
push:
branches: [main]
on: [push]
jobs:
deploy:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: File Check
run: |
"test -f ./README.md"
- run: |
"test -f ${{ github.workspace}}/README.md"
- name: Build site
run: |
"${{ github.workspace }}/bin/zola build"