Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Aug 18, 2023
1 parent d85b175 commit 1f5cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
bundle install
- name: Build
run: |
echo "ga_id: ${{ secrets.GA_ID }} >> _config.yml
echo "ga_id: ${{ secrets.GA_ID }}" >> _config.yml
bundle exec jekyll build
- name: Deploy
run: |
Expand Down

0 comments on commit 1f5cf7a

Please sign in to comment.