Skip to content

Commit fc562b1

Browse files
committed
chore: run docs action on main branch
1 parent fcd7ea6 commit fc562b1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- actions
77
jobs:
88
docs:
@@ -18,7 +18,6 @@ jobs:
1818
npm install
1919
npm run docs
2020
- name: Publish
21-
uses: maxheld83/[email protected]
22-
env:
23-
GH_PAT: ${{ secrets.ACCESS_TOKEN }}
24-
BUILD_DIR: docs/
21+
uses: JamesIves/github-pages-deploy-action@v4
22+
with:
23+
folder: docs

0 commit comments

Comments
 (0)