Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 5, 2023
1 parent c9c7bef commit e36cb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache-dependency-path: docs/package-lock.json
node-version: 18
cache: npm # or pnpm / yarn
- name: Setup Pages
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Sunbeam

Sunbeam is a general purpose command-line launcher.

Define UIs composed of a succession of views from simple scripts written in any language.
Expand Down

0 comments on commit e36cb57

Please sign in to comment.