diff --git a/.gitea/workflows/blog_hexo.yaml b/.gitea/workflows/blog_hexo.yaml index d7a069b..ce55879 100644 --- a/.gitea/workflows/blog_hexo.yaml +++ b/.gitea/workflows/blog_hexo.yaml @@ -13,6 +13,7 @@ jobs: name: Deploy blog runs-on: ubuntu-latest container: + image: node:16.18.0-alpine volumes: - ${{ env.DEPLOYED_DIR }}:/deployed-site steps: