diff options
author | FOSSEE SysAds | 2024-01-07 15:12:00 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 15:12:00 +0530 |
commit | 26d2b82de54743ce5bcd34105e067318f946248e (patch) | |
tree | aa49a4cc7225bd2b639a732a092ddf6d45022509 | |
parent | 6d413f5e7df6e0fa5f5aef16093e63c0584f879e (diff) | |
download | astro.on.fossee.in-26d2b82de54743ce5bcd34105e067318f946248e.tar.gz astro.on.fossee.in-26d2b82de54743ce5bcd34105e067318f946248e.tar.bz2 astro.on.fossee.in-26d2b82de54743ce5bcd34105e067318f946248e.zip |
Update dev.yml unique folder
-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 25076ea..17d7876 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 /home/github/dev && cp -R dist /home/github/dev - ls /home/github/dev + mkdir -p /home/github/astro.fossee.in/dev && cp -R dist /home/github/astro.fossee.in/dev + ls /home/github/astro.fossee.in/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) |