Skip to content

Commit

Permalink
try to force GitHub Pages to be enabled on repository in publish work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
mojavelinux committed Nov 20, 2023
1 parent fb3db1e commit 106911d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
with:
enablement: true
- name: Install Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Configure Site
run: |
sed -i "s/^#baseurl: .*/baseurl: \/${{ github.event.repository.name }}/" _config.yml
Expand Down

0 comments on commit 106911d

Please sign in to comment.