Skip to content

Commit

Permalink
ch prem
Browse files Browse the repository at this point in the history
  • Loading branch information
realcodywburns committed May 9, 2023
1 parent f35c6b1 commit 6202fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
contents: write
pages: write
id-token: write

Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: docs
destination: docs/_site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

Expand Down

0 comments on commit 6202fdd

Please sign in to comment.