Skip to content

Commit

Permalink
Deploy gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhrdt committed Jul 15, 2024
1 parent ea9b8c2 commit 3f9b7a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
steps:
- name: Checkout SDK
uses: actions/checkout@v3
Expand All @@ -29,14 +32,14 @@ jobs:
npm i
npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: website/build/cleverpush-developer-docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
- name: Notify slack fail
if: failure()
env:
Expand Down

0 comments on commit 3f9b7a9

Please sign in to comment.