Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noriaki ANDO authored and Noriaki ANDO committed Aug 23, 2023
1 parent ddcb2c2 commit c4ad24d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit c4ad24d

Please sign in to comment.