Skip to content

Commit

Permalink
fix Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Jun 8, 2023
1 parent 593cb75 commit 83451f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
uses: actions/checkout@v3

- name: Install Pug CLI
run: npm install -g pug-cli
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'

uses: actions/checkout@v3

- name: Install Pug CLI
run: npm install -g pug-cli

Expand All @@ -30,7 +24,7 @@ jobs:
run: |
chmod +x ./render.sh
./render.sh
- name: Firebase Deploy to Preview Channel
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 83451f6

Please sign in to comment.