Skip to content

Commit

Permalink
Update branch in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Jul 17, 2024
1 parent 633515a commit 8a3dd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
74 changes: 0 additions & 74 deletions .github/workflows/hugo_new.yml

This file was deleted.

0 comments on commit 8a3dd1a

Please sign in to comment.