Skip to content

Commit

Permalink
🐛 Ruta despliegue desarrollo
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 13, 2024
1 parent 3ddf462 commit 46cfbaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/despliegue-desarrollo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
working-directory: ${{ env.BUILD_PATH }}
- name: Build with Astro
run: |
${{ steps.detect-package-manager.outputs.runner }} astro build \
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outputs.base_path }}"
${{ steps.detect-package-manager.outputs.runner }} armar:dev
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion aplicaciones/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
"check": "astro check",
"armar:dev": "astro build --sire https://enflujo.github.io --base /imagina-ninezya"
},
"dependencies": {
"@enflujo/alquimia": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint:fix": "prettier --write --list-different .",
"preview": "yarn workspace www preview",
"pesos": "yarn workspace procesador pesos",
"check": "yarn workspace www check"
"check": "yarn workspace www check",
"armar:dev": "yarn workspace www armar:dev"
},
"devDependencies": {
"prettier": "^3.1.0"
Expand Down

0 comments on commit 46cfbaf

Please sign in to comment.