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