Fix build workflow
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 14s
This commit is contained in:
parent
5228c92ff8
commit
7cf7d06b3e
@ -17,22 +17,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: npm
|
||||
- name: whereami
|
||||
run: pwd
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npx expo export --platform web
|
||||
|
||||
- name: List Web Build Output
|
||||
run: ls -l ./dist
|
||||
|
||||
- name: List Root Directory
|
||||
run: ls -l /
|
||||
- name: List workspace Directory
|
||||
run: ls -l /workspace/
|
||||
|
||||
- name: Copy Files to hosting directory.
|
||||
run: cp -Rf ./dist/* /data/pogdark
|
||||
|
Loading…
Reference in New Issue
Block a user