Skip to content

Commit

Permalink
Update pages_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Thing authored Nov 3, 2024
1 parent a31542d commit e704cb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Set .env params
run: |
echo "VITE_APP_API_URL=https://dishapi-cuczdxckhdh4caev.eastus-01.azurewebsites.net/" > .env
echo "VITE_APP_BASE_PATH=/DISH-FE/" >> .env
echo "VITE_APP_BASE_PATH=/" >> .env
- name: Build the Vue.js app
run: npm run build

- name: Deploy to GitHub Pages
- name: Deploy to d-i-s-h.github.io
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.DEPLOY_TOKEN }}
publish_dir: ./dist
publish_branch: gh-pages
external_repository: d-i-s-h/d-i-s-h.github.io
publish_branch: main

0 comments on commit e704cb2

Please sign in to comment.