Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
genuinemoses authored Dec 11, 2023
1 parent d867e7b commit ba840a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba840a4

Please sign in to comment.