edit main.yaml
All checks were successful
/ weblog.lol (push) Successful in 29s

This commit is contained in:
zepp 2025-03-08 21:50:40 -05:00
parent 60571314b1
commit 400633bdcc

View File

@ -8,9 +8,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: nanasess/setup-php@v4
with:
php-version: '8.1'
- name: Install Act dependencies
if: ${{ env.ACT }}
run: |
apt-get update && apt-get install software-properties-common apt-transport-https ca-certificates lsb-release -y
- name: Install dependencies
run: |
apt-get update && apt-get install php -y
- id: weblog_import
uses: neatnik/weblog.lol@v1
env: