diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2d92390..17f1848 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,6 +7,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read + metadata: read pages: write id-token: write @@ -34,9 +35,8 @@ jobs: ruby-version: 2.7 - name: Install dependencies - run: | - gem install bundler - bundle install + - run: gem install bundler + - run: bundle install - name: Build site run: bundle exec jekyll build --verbose --trace