diff options
author | FOSSEE SysAds | 2024-01-07 15:11:12 +0530 |
---|---|---|
committer | GitHub | 2024-01-07 15:11:12 +0530 |
commit | 6d413f5e7df6e0fa5f5aef16093e63c0584f879e (patch) | |
tree | fb29bfcaf08235b992216310c6bc70425e58536f | |
parent | 4c0d85ed7a756c4a1bb12dd3829c200dc3cff9bd (diff) | |
download | astro.on.fossee.in-6d413f5e7df6e0fa5f5aef16093e63c0584f879e.tar.gz astro.on.fossee.in-6d413f5e7df6e0fa5f5aef16093e63c0584f879e.tar.bz2 astro.on.fossee.in-6d413f5e7df6e0fa5f5aef16093e63c0584f879e.zip |
Update prod.yml unique folder
-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 c54122f..7b64184 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 /home/github/prod && cp -R dist /home/github/prod - ls /home/github/prod + mkdir -p /home/github/astro.fossee.in/prod && cp -R dist /home/github/astro.fossee.in/prod + ls /home/github/astro.fossee.in/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) |