Skip to content

Commit c77d97e

Browse files
committed
Merge plasmic frontend and docs in this monorepo.
1 parent f53d097 commit c77d97e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+14669
-26658
lines changed

.github/workflows/plasmic-push.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,21 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
fetch-depth: 0
27-
- id: node
28-
name: Set up node v18
29-
uses: actions/setup-node@v2
27+
- uses: actions/setup-node@v3
3028
with:
31-
node-version: '18'
32-
- id: cache
33-
name: Recover cache
34-
uses: actions/cache@v2
35-
with:
36-
key: lock-${{ hashFiles('package-lock.json', 'yarn.lock') }}
37-
path: node_modules
29+
node-version: '18.x'
30+
registry-url: 'https://registry.npmjs.org'
31+
cache: 'yarn'
32+
- run: yarn install
3833
- id: build
3934
name: Build Plasmic app
40-
uses: plasmicapp/plasmic-action@master
41-
with:
42-
run: build
43-
branch: main
44-
skip_if_plasmic: true
35+
run: yarn build
36+
- id: post-build
37+
name: Post-build
38+
run: yarn post-build
4539
- id: gh-pages
4640
name: Publish to GitHub Pages
4741
uses: JamesIves/[email protected]
48-
if: ${{ steps.build.outputs.publish_dir }}
4942
with:
5043
branch: gh-pages
5144
folder: ./public

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
.cache/
33
public
44
src/gatsby-types.d.ts
5+
.idea/

0 commit comments

Comments
 (0)