From dd18e2a6f9ea4ecfbdbacd5f2289d93ba269bb37 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 20:30:44 -0500 Subject: [PATCH] [Actions] Fidgeting --- .forgejo/workflows/publish.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index cd10379..608a370 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -6,11 +6,9 @@ jobs: image: jekyll/builder:latest steps: - uses: actions/checkout@v3 - - name: Change to source - run: | - cd ${{ GITHUB_WORKSPACE }} - echo "Changing directory" - # - name: Update Gems - # run: bundle update - # - name: Build Site - # run: jekyll build + - run: | + ls ${{ github.workspace }} + # - name: Update Gems + # run: bundle update + # - name: Build Site + # run: jekyll build