From d284b70832a325d929ab9d2adb6e9b554f533046 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 20:10:14 -0500 Subject: [PATCH] [Actions] Fidgeting --- .forgejo/workflows/publish.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 7a2c391..677880f 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -6,16 +6,11 @@ jobs: image: jekyll/builder:latest steps: - uses: actions/checkout@v3 - - name: Jekyll here? - run: jekyll help - name: Change to source run: | cd ${{ GITHUB_WORKSPACE }} - echo $(pwd) - echo $(ls) - # - name: Update Gems - # run: bundle update - # - name: Build Site - # run: jekyll build - # - name: Check the output - # run: ls -alh ./_site + echo ${{ pwd }} + # - name: Update Gems + # run: bundle update + # - name: Build Site + # run: jekyll build