OSDN Git Service

[remove] : Removed github workflow
authorhayao <hayao@fascode.net>
Sat, 9 Oct 2021 14:11:04 +0000 (23:11 +0900)
committerhayao <hayao@fascode.net>
Sat, 9 Oct 2021 14:11:04 +0000 (23:11 +0900)
.github/workflows/hugo.yaml [deleted file]

diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml
deleted file mode 100644 (file)
index 4d0355e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Hugo
-
-on: push
-
-jobs:
-  gh-pages:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2
-        with:
-          submodules: true
-          fetch-depth: 0 
-
-      # https://github.com/marketplace/actions/github-pages-action
-      - name: Setup
-        uses: peaceiris/actions-hugo@v2
-        with:
-          hugo-version: '0.88.1'
-          extended: true
-
-      - name: Build
-        working-directory: ./blog
-        #run: ./update-blog,sh
-        run: hugo --minify
-
-      - name: Deploy
-        uses: peaceiris/actions-gh-pages@v3
-        with:
-          github_token: ${{ secrets.GITHUB_TOKEN }}
-          publish_branch: public
-          publish_dir: ./
-