Compare commits

..

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

View file

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