diff options
Diffstat (limited to '.github/workflows/cd.yml')
| -rw-r--r-- | .github/workflows/cd.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b285fc9..8945940 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,6 @@ on: - "README.md" branches: - master - - exampleSite workflow_dispatch: # manual run inputs: @@ -26,8 +25,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - ref: exampleSite - name: Setup hugo uses: peaceiris/actions-hugo@v2 |
