edit action
Some checks failed
Deploy klank.school website / Deploy-Website (push) Has been cancelled
Some checks failed
Deploy klank.school website / Deploy-Website (push) Has been cancelled
This commit is contained in:
@ -4,11 +4,9 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Website:
|
Deploy-Website:
|
||||||
runs-on: ubuntu-latest
|
runs-on: kelly-holmes
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: hostname
|
||||||
pwd
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "The status of the job is ${{ job.status }}"
|
- run: echo "The status of the job is ${{ job.status }}"
|
||||||
|
Reference in New Issue
Block a user