Skip to content

Commit 6ca855b

Browse files
authored
Merge pull request #175 from Accelo/paul/update-deploy-step
Upgrade the GitHub Pages action in deploy.yml
2 parents d3fb90f + 445421d commit 6ca855b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- run: bundle exec middleman build
3636

3737
- name: Deploy
38-
uses: peaceiris/actions-gh-pages@v3
38+
uses: peaceiris/actions-gh-pages@v4
3939
with:
40-
github_token: ${{ secrets.DEPLOY_DOCS }}
40+
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: ./build
4242
keep_files: true
4343
allow_empty_commit: true

0 commit comments

Comments
 (0)