edit main.yaml
This commit is contained in:
parent
ee495235e6
commit
47af4a1dab
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user