Skip to content

Commit

Permalink
Ensure this is the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 20, 2024
1 parent fe15030 commit 6725571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- run: gem update --system && bundle install && bundle exec jekyll build
- run: bundle install && bundle exec jekyll build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 6725571

Please sign in to comment.