Skip to content

Commit

Permalink
Update deployment yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buckmanb committed Feb 25, 2025
1 parent dcb40b9 commit 00694bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
echo "FIREBASE_APP_ID=${{ secrets.FIREBASE_APP_ID }}" >> .env
cat .env
- name: Build
run: npm run build

- name: Deploy to gh page
- name: Build and deploy to GitHub page
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx angular-cli-ghpages --dir=dist/blog-app --repo=https://github.com/buckmanb/Blog.git --user="Beau Buckman" --email="[email protected]" --base-href="https://buckmanb.github.io/Blog"
run: ng deploy --dir="dist/blog-app" --repo="https://github.com/buckmanb/Blog.git" --name="Beau Buckman" --email="[email protected]" --base-href="https://buckmanb.github.io/Blog"

0 comments on commit 00694bf

Please sign in to comment.