From c4ad24d7e520ba5f737964c561fb4ed9f1874da6 Mon Sep 17 00:00:00 2001 From: Noriaki ANDO Date: Thu, 2 Mar 2023 12:00:00 +0900 Subject: [PATCH] . --- .github/workflows/gh-pages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ea6f63b..5b34ecc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ jobs: run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future" + jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && chmod 666 /srv/jekyll/Gemfile.lock && jekyll build --future" # - name: Set up Ruby # uses: actions/setup-ruby@v1 # with: @@ -22,8 +22,8 @@ jobs: # bundle install # - name: Jekyll Build # run: bundle exec jekyll build -# - name: Deploy -# uses: peaceiris/actions-gh-pages@v3 -# with: -# personal_token: ${{ secrets.GITHUB_TOKEN }} -# publish_dir: ./_site + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + personal_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./_site