From 38674b1c40e69b52df7b80089acfea6fe6b4a4ce Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 22:19:29 -0500 Subject: [PATCH] [Actions] Struggle with building --- .forgejo/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 3e6c04a..8f19b05 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -7,4 +7,5 @@ jobs: steps: - uses: actions/checkout@v4 - run: bundle install - - run: jekyll help + - run: jekyll build + - run: ls ${{ github.workspace }}