edit main.yaml

This commit is contained in:
zepp 2025-03-08 21:38:15 -05:00
parent ee495235e6
commit 47af4a1dab

View File

@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-latest
name: weblog.lol
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
@ -12,9 +15,6 @@ jobs:
- name: Install dependencies
run: |
apt update && apt install php -y
- uses: actions/checkout@v3
with:
fetch-depth: 2
- id: weblog_import
uses: neatnik/weblog.lol@v1
env: