Testing workflow
All checks were successful
11ty build and deploy for work.suroh.tk / build-deploy (push) Successful in 20s
All checks were successful
11ty build and deploy for work.suroh.tk / build-deploy (push) Successful in 20s
This commit is contained in:
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
volumes:
|
||||
- /www
|
||||
- /www:/www
|
||||
steps:
|
||||
- name: Clone code to runner
|
||||
uses: actions/checkout@v4
|
||||
@ -22,8 +22,11 @@ jobs:
|
||||
- name: Build 11ty site
|
||||
run: npm run build
|
||||
|
||||
- name: Check folders
|
||||
run: ls -lh /
|
||||
- name: Check workspace folder
|
||||
run: ls -lh
|
||||
|
||||
- name: Check www folder
|
||||
run: ls -lh /www
|
||||
|
||||
- name: Create folder if needed
|
||||
run: if [ ! -d /www/${{ gitea.event.repository.name }} ]; then mkdir /www/${{ gitea.event.repository.name }}; fi
|
||||
|
Reference in New Issue
Block a user