diff options
author | FOSSEE SysAds | 2024-01-07 13:14:28 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 13:14:28 +0530 |
commit | c2f9ff7341f0bc45dde044a9a243d5a3b97084c8 (patch) | |
tree | 0ecc4707b73f2f5977df2507f9e6e0acea82fcd7 | |
parent | 5e13f47cda5d3994d3da482f50d7240c3bd21698 (diff) | |
download | astro.on.fossee.in-c2f9ff7341f0bc45dde044a9a243d5a3b97084c8.tar.gz astro.on.fossee.in-c2f9ff7341f0bc45dde044a9a243d5a3b97084c8.tar.bz2 astro.on.fossee.in-c2f9ff7341f0bc45dde044a9a243d5a3b97084c8.zip |
Update prod.yml folder outside
-rw-r--r-- | .github/workflows/prod.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 8db970d..c54122f 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -23,8 +23,8 @@ jobs: uses: withastro/action@v1 - name: Create folder run: | - mkdir -p prod_work && cp -R dist prod_work - ls prod_work + mkdir -p /home/github/prod && cp -R dist /home/github/prod + ls /home/github/prod # with: # path: ./prod_work # The root location of your Astro project inside the repository. (optional) # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) |