From 3ec31ce1125ed7119bc7f8084d87e1730ee2f1da Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 20 Nov 2023 02:06:36 -0700 Subject: [PATCH] turn off the enablement feature of the configure-actions since it doesn't work with the github.token --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c4f437b..24cc3066 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,11 +22,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Pages + - name: Configure Pages id: pages uses: actions/configure-pages@v3 - with: - enablement: true - name: Install Ruby and Jekyll uses: ruby/setup-ruby@v1 with: