OSDN Git Service

[fix] : Fixed working dir
authorhayao <hayao@fascode.net>
Sat, 9 Oct 2021 15:01:24 +0000 (00:01 +0900)
committerhayao <hayao@fascode.net>
Sat, 9 Oct 2021 15:01:24 +0000 (00:01 +0900)
.github/workflows/hugo.yaml

index 103dc19..212d14f 100644 (file)
@@ -20,8 +20,7 @@ jobs:
           extended: true
 
       - name: Build
-        working-directory: ./blog
-        run: ./update-blog.sh
+        run: bash ./update-blog.sh
         #run: hugo --minify -D
 
       - name: Deploy