Skip to content

Commit 68c1cf7

Browse files
authored
Merge pull request #18 from czi-catalystproject/fix-gh-actions
Fix GH actions
2 parents ab917b7 + 91672c5 commit 68c1cf7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy_website.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,5 @@ jobs:
6464

6565
# Deploy the book's HTML to GitHub Pages
6666
- name: Deploy to GitHub Pages
67-
uses: peaceiris/actions-gh-pages@v3
68-
with:
69-
github_token: ${{ secrets.GITHUB_TOKEN }}
70-
publish_dir: _build/html
67+
id: deployment
68+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)