summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFOSSEE SysAds2024-01-07 15:12:00 +0530
committerGitHub2024-01-07 15:12:00 +0530
commit26d2b82de54743ce5bcd34105e067318f946248e (patch)
treeaa49a4cc7225bd2b639a732a092ddf6d45022509
parent6d413f5e7df6e0fa5f5aef16093e63c0584f879e (diff)
downloadastro.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.yml4
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)