Skip to content

Commit

Permalink
chore: enable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dtopuzov committed May 14, 2024
1 parent 39db8ae commit 4ef69f4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
env:
KENDO_UI_LICENSE: ${{ secrets.KENDO_UI_LICENSE }}

# - name: Deploy to GH Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
# publish_dir: ./examples/dist
# user_name: "kendo-bot"
# user_email: "kendouiteam@progress.com"
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
publish_dir: ./examples/dist
user_name: "kendo-bot"
user_email: "kendouiteam@progress.com"

standalone-examples-node18:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
env:
KENDO_UI_LICENSE: ${{ secrets.KENDO_UI_LICENSE }}

# - name: Deploy to GH Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
# publish_dir: ./examples/dist
# user_name: "kendo-bot"
# user_email: "kendouiteam@progress.com
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
publish_dir: ./examples-standalone/dist
user_name: "kendo-bot"
user_email: "kendouiteam@progress.com

0 comments on commit 4ef69f4

Please sign in to comment.