Skip to content

Commit

Permalink
chore: change to old action
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothpandian committed Feb 18, 2024
1 parent f0d9c6c commit 269771e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,9 @@ jobs:
- name: Build documentation
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifacts
uses: actions/upload-pages-artifact@v2
- name:
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
path: "./apps/documentation/dist"

- name: Deploy Documentation 🚀
id: deployment
uses: actions/deploy-pages@v2
branch: gh-pages
folder: apps/documentation/dist
clean: true

0 comments on commit 269771e

Please sign in to comment.