diff options
author | FOSSEE SysAds | 2024-01-07 13:18:40 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 13:18:40 +0530 |
commit | 8661cbd8c1ae7495cc26e0fa82f8b0a06f7e2249 (patch) | |
tree | 02d265122458684b0d1a8e7a4ab3482e012d4784 | |
parent | c2f9ff7341f0bc45dde044a9a243d5a3b97084c8 (diff) | |
download | astro.on.fossee.in-8661cbd8c1ae7495cc26e0fa82f8b0a06f7e2249.tar.gz astro.on.fossee.in-8661cbd8c1ae7495cc26e0fa82f8b0a06f7e2249.tar.bz2 astro.on.fossee.in-8661cbd8c1ae7495cc26e0fa82f8b0a06f7e2249.zip |
Update dev.yml with folder creation from SO
-rw-r--r-- | .github/workflows/dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3a2c1c3..25076ea 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -23,8 +23,8 @@ jobs: uses: withastro/action@v1 - name: Create folder run: | - mkdir -p dev_work/dev_work && cp -R dist dev_work/dev_work - ls dev/dev_work + mkdir -p /home/github/dev && cp -R dist /home/github/dev + ls /home/github/dev # 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) |