Skip to content

Commit

Permalink
update actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
arongida committed Sep 28, 2024
1 parent ddc0773 commit 7cf729f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.2.0
- name: Adding Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4.0.4
with:
node-version: 22

Expand All @@ -29,4 +29,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run ng deploy --repo=https://github.com/arongida/chungus-battles-frontend.git --base-href=/chungus-battles-frontend/ --name="arongida" --email="[email protected]"
npm run ng deploy --base-href=/chungus-battles-frontend/ --name="arongida" --email="[email protected]"

0 comments on commit 7cf729f

Please sign in to comment.