From 241356eeb343a0c497e5a89499bb4432282d8b51 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 20:32:17 -0500 Subject: [PATCH] [Actions] Fidgeting --- .forgejo/workflows/publish.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 608a370..38b4424 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -8,7 +8,11 @@ jobs: - uses: actions/checkout@v3 - run: | ls ${{ github.workspace }} - # - name: Update Gems - # run: bundle update - # - name: Build Site - # run: jekyll build + ls ${{ pwd }} + cd ${{ github.workspace }} + - name: Update Gems + run: bundle update + - name: Build Site + run: jekyll build + - run: | + ls ${{ github.workspace }}