edit action
Some checks failed
Deploy klank.school website / Deploy-Website (push) Has been cancelled

This commit is contained in:
2025-02-18 12:44:11 +01:00
parent 4b77ddc3ac
commit c320877304

View File

@ -4,11 +4,9 @@ on: [push]
jobs:
Deploy-Website:
runs-on: ubuntu-latest
runs-on: kelly-holmes
steps:
- name: checkout code
uses: actions/checkout@v4
- run: |
pwd
ls ${{ gitea.workspace }}
- run: hostname
- run: echo "The status of the job is ${{ job.status }}"