Check before
Jekyll / jekyll (pull_request) Successful in 18s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 21:55:20 +02:00
parent ae076ccfe0
commit 5ae5fdf6cd
1 changed files with 7 additions and 4 deletions

View File

@ -12,6 +12,13 @@ jobs:
jekyll:
runs-on: ubuntu-22.04
steps:
- name: Check environment
id: check_environment
run: |
echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
echo "The name of your branch is ${{ github.ref }} and your repository is ${{ gitea.repository }}."
echo "This job's status is ${{ job.status }}."
- name: Check out repository
id: checkout
uses: actions/checkout@v4
@ -56,7 +63,3 @@ jobs:
rsync -halvi \
-e "ssh -a -x -o StrictHostKeyChecking=no" \
./_site/ www@lafs.eval.latfa.net:/var/www/site/
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "🍏 This job's status is ${{ job.status }}."