Skip to content

Commit

Permalink
Add verbose and GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Aug 2, 2024
1 parent b2a1a16 commit 70c3990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
env:
GITHUB_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
steps:
- name: Setup Pages
Expand All @@ -55,4 +57,6 @@ jobs:
- name: Deploy GitHub Pages site
uses: crazy-max/ghaction-github-pages@c05ee637ec73429400a359430db8e5629f3f2564 #v4
with:
token: ${{ github.token }}
build_dir: ./_site/
verbose: true

0 comments on commit 70c3990

Please sign in to comment.