Skip to content

Commit

Permalink
change dist-demo folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Beloglazov committed Jul 23, 2024
1 parent 316cfa9 commit 2ce36e4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Deploy Docs and Demo on Release

on:
release:
types: [published]
push:
branches:
- DT-21533 # Укажите здесь вашу тестовую ветку

# on:
# release:
# types: [published]

jobs:
build:
Expand Down Expand Up @@ -32,8 +37,8 @@ jobs:
- name: Move documentation to public/docs
run: mv ./docs ./public/docs

- name: Move demo to public/demo
run: mv ./demo ./public/demo
- name: Move dist-demo to public/demo
run: mv ./dist-demo ./public/demo

- name: Deploy to GitHub Pages
uses: jamesives/github-pages-deploy-action@v4
Expand Down

0 comments on commit 2ce36e4

Please sign in to comment.