Skip to content

Commit

Permalink
turn off the enablement feature of the configure-actions since it doe…
Browse files Browse the repository at this point in the history
…sn't work with the github.token
  • Loading branch information
mojavelinux committed Nov 20, 2023
1 parent 4edcbc8 commit 3ec31ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
- name: Configure Pages
id: pages
uses: actions/configure-pages@v3
with:
enablement: true
- name: Install Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 3ec31ce

Please sign in to comment.