Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Update jekyll-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutchings1 committed Jul 29, 2020
1 parent d621b47 commit f053745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-build.yml
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: My Broken Link Checker
uses: ruzickap/action-my-broken-link-checker@v1.0.3
with:
pages_path: ./_site
url: ./_site

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
url: ./_site
publish_dir: ./_site

0 comments on commit f053745

Please sign in to comment.