From aac5e9178decc74f085bbdeb41ef5ce9d46c8ec1 Mon Sep 17 00:00:00 2001 From: ChristopherWMM Date: Thu, 22 Aug 2024 19:25:12 -0700 Subject: [PATCH] bump to trigger --- .github/workflows/github-pages-deploy.yml | 5 ++++- slides/test/slides.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages-deploy.yml b/.github/workflows/github-pages-deploy.yml index 22f87de..bbd902e 100644 --- a/.github/workflows/github-pages-deploy.yml +++ b/.github/workflows/github-pages-deploy.yml @@ -27,6 +27,8 @@ jobs: # Get the list of modified slide markdown files echo git show ${{ github.sha }} --name-only modified_files=$(git show ${{ github.sha }} --name-only | grep "^slides/.*/.*.md$") + + echo "Modified files: $modified_files" # Initialize an empty string to store unique directories modified_dirs="" @@ -37,10 +39,11 @@ jobs: # Add directory to list, separated by space modified_dirs="$modified_dirs $dir" done + + echo "Modified directories: $modified_dirs" # Output the modified directories to be used as an environment variable echo "modified_dirs=${modified_dirs}" >> $GITHUB_ENV - echo ${{ env.modified_dirs }} - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 diff --git a/slides/test/slides.md b/slides/test/slides.md index 28bbde2..f5d97a5 100644 --- a/slides/test/slides.md +++ b/slides/test/slides.md @@ -1,6 +1,6 @@ --- theme: default -title: Welcome to Slidev #7 +title: Welcome to Slidev #8 layout: intro ---