Skip to content

Commit

Permalink
Update hugo-GitHub_Action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naranyinyun authored Oct 13, 2023
1 parent ba62ddb commit 98f73b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo-GitHub_Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: Hugo Build
on:
push:
branches:
- main # Set a branch to deploy
- main # Set a branch to deplop

jobs:
deploy:
runs-on: ubuntu-22.04
environment: Production
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 98f73b0

Please sign in to comment.