Skip to content

Commit

Permalink
Remove old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Jan 11, 2024
1 parent 2170124 commit 8320d57
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build-and-deploy-storybook.yml
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@
name: Deploy to Github Pages
on:
push:
branches:
- ng14-to-master
jobs:
Build-And-Deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install Node Packages
run: npm i
- name: Build Stackblitz HTMLs
run: npm run demo:stackblitzes
- name: Build Storybook Assets
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build-storybook-ng
- name: Add .nojekyll file to allow for node_modules to be included in bundle
run: touch storybook-static/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static

0 comments on commit 8320d57

Please sign in to comment.