Skip to content

Commit ae723af

Browse files
committed
Take 5
1 parent 0c1e87f commit ae723af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/active.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs :
1616
needs: build
1717
steps:
1818
- name: Deploy to GitHub Pages
19-
uses: JamesIves/github-pages-deploy-[email protected]
19+
uses: actions/deploy-pages@v4
2020
with:
21-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
22-
BRANCH: gh-pages
23-
FOLDER: dist
21+
token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)