From db5dfd5e2122a7fd56a6b9f0691fc8f8b52f8e1c Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:36:34 -0800 Subject: [PATCH] Update jekyll-gh-pages2.yml --- .github/workflows/jekyll-gh-pages2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages2.yml b/.github/workflows/jekyll-gh-pages2.yml index be280c94e..d5bd1f287 100644 --- a/.github/workflows/jekyll-gh-pages2.yml +++ b/.github/workflows/jekyll-gh-pages2.yml @@ -33,10 +33,10 @@ jobs: npm install -g @microsoft/rush rush update --recheck --purge --full - name: Build Snippet File - run: + run: | cd tools/applicationinsights-web-snippet - - name: Display current directory - run: pwd + pwd + echo "This is a sample text file." > sample.md - name: Test run: | npm install