Skip to content

Commit

Permalink
Manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 20, 2024
1 parent a65735a commit fe15030
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bundle install && bundle exec jekyll build
ruby-version: '3.3'
- run: gem update --system && bundle install && bundle exec jekyll build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit fe15030

Please sign in to comment.