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 12, 2023
1 parent ba840a4 commit 1022e9d
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 @@ -7,7 +7,6 @@ on:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
metadata: read
pages: write
id-token: write

Expand All @@ -26,21 +25,22 @@ jobs:
with:
ref: "gh-pages"

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7

- name: Install dependencies
- run: gem install bundler
- run: bundle install
run: |
gem install bundler
bundle install
- name: Build site
run: bundle exec jekyll build --verbose --trace

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifacts
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 1022e9d

Please sign in to comment.