Skip to content

Commit

Permalink
remove duplicate deploy.yml (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Dell authored Feb 12, 2024
1 parent 1d4a112 commit 00b30d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 55 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main

workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -19,10 +20,12 @@ jobs:
with:
hugo-version: 'latest'
extended: true

- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18.0'

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/deploy1.yml

This file was deleted.

0 comments on commit 00b30d0

Please sign in to comment.