Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 087e836

Browse files
committed
fix typo?
1 parent 1f64d92 commit 087e836

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/demo.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Demo - Build and Deploy
2-
on:
3-
push:
4-
tags:
5-
- release/*
2+
on: [push]
3+
# on:
4+
# push:
5+
# tags:
6+
# - release/*
67
jobs:
78
demo-deploy:
89
runs-on: ubuntu-latest
@@ -14,7 +15,7 @@ jobs:
1415
- name: Build
1516
run: yarn build
1617
- run: cp -R dist styleguide/
17-
- run: cp -R dist styleguide/
18+
- run: cp -R demo styleguide/
1819
- name: Deploy 🚀
1920
uses: JamesIves/[email protected]
2021
with:

0 commit comments

Comments
 (0)