Skip to content

Commit

Permalink
Fixing permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaccario Giacomo committed Jan 23, 2025
1 parent ac4b244 commit c1c24fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1c24fe

Please sign in to comment.