Skip to content

Commit 3464854

Browse files
committed
update CI
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
1 parent be92289 commit 3464854

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: Build
22

33
on:
44
push:
@@ -33,9 +33,3 @@ jobs:
3333
- name: Build
3434
run: hugo --minify
3535

36-
- name: Deploy
37-
uses: peaceiris/actions-gh-pages@v3
38-
if: github.ref == 'refs/heads/main'
39-
with:
40-
github_token: ${{ secrets.GITHUB_TOKEN }}
41-
publish_dir: ./public

0 commit comments

Comments
 (0)