Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Dec 5, 2023
1 parent ac06528 commit 98d0917
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions .github/workflows/out.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ name: out
on: [push]

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false

- name: Install
run: |
npm ci
- name: Build
run: |
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: dist
folder: dist
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build

0 comments on commit 98d0917

Please sign in to comment.