From c1c24fea2dc39fa2811728f15c3aa4bd4d4e2766 Mon Sep 17 00:00:00 2001 From: Vaccario Giacomo Date: Thu, 23 Jan 2025 15:17:47 +0100 Subject: [PATCH] Fixing permissions again --- .github/workflows/deploy_hugo.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy_hugo.yml b/.github/workflows/deploy_hugo.yml index 1ff20c5..88d56be 100644 --- a/.github/workflows/deploy_hugo.yml +++ b/.github/workflows/deploy_hugo.yml @@ -13,17 +13,14 @@ jobs: # Step 1: Check out the repository - name: Checkout code uses: actions/checkout@v2 - # Step 2: Set up Hugo - name: Set up Hugo uses: peaceiris/actions-hugo@v2 with: hugo-version: '0.112.0' # Specify the Hugo version - # Step 3: Build the site - name: Build the Hugo site run: hugo --minify - # Step 4: Debug GITHUB_TOKEN - name: Debug GITHUB_TOKEN run: echo "Token is available"