Skip to content

Commit

Permalink
cleaned up gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx authored and verena-ifx committed Jul 25, 2023
1 parent a10adef commit 552dc28
Show file tree
Hide file tree
Showing 16 changed files with 1,307 additions and 1,359 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/github_pages_master.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/github_pages_react_master.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Deploy Master Angular example

name: Deploy Master Storybook
on:
push:
branches:
- master


permissions:
contents: write
jobs:
Expand All @@ -24,18 +22,15 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
cd examples/stencil-components/angular
npm install
npm run build
npm ci
npm run build:storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: examples/stencil-components/angular/dist/ # The folder the action should deploy.
target-folder: angular-example
folder: packages/components/storybook-static/ # The folder the action should deploy.
clean-exclude: |
pr-preview/
pr-preview-vue-example/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ jobs:
key: ${{ runner.os }}-npm-packages-components-${{ hashFiles('packages/components/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-packages-components-
- run: |
cd packages/components
npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Install and Build
run: |
cd packages/components
npm install
npm ci
npm run build:storybook
- name: Deploy preview
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/github_pages_vanilla_master.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/github_pages_vue_master.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/shipit_master.yml

This file was deleted.

Loading

0 comments on commit 552dc28

Please sign in to comment.