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: 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 }}"