From 3eb0386f14baedd3b1fa7a1e0a1841730c753743 Mon Sep 17 00:00:00 2001 From: webrian Date: Mon, 11 Sep 2023 17:43:27 +0200 Subject: [PATCH] Update build-pages-and-deploy.yml --- .github/workflows/build-pages-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index e1b22b2..ab7e215 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -1,5 +1,5 @@ name: Build and deploy website -run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +run-name: ${{ github.repositoy }} is built and deployed on: [push] jobs: Jekyll: @@ -20,6 +20,6 @@ jobs: - name: List files in the repository run: | - ls ${{ github.workspace }} + ls ${{ github.workspace }}/_site/ - run: echo "This job's status is ${{ job.status }}."