From 7cf7d06b3e9ec606615844c2844f3913ae317a8d Mon Sep 17 00:00:00 2001 From: whysman Date: Wed, 19 Feb 2025 18:11:53 -0500 Subject: [PATCH] Fix build workflow --- .gitea/workflows/build.yaml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7d91aa9..de59eea 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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