Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
fix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 31, 2024
1 parent 069ac2f commit bc8df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Publish docs
needs: check-changesets
if: needs.check-changesets.check-changesets.outputs.changesets == 0 && github.ref_name == 'main'
runs: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: setup actions
uses: actions/checkout@v3
Expand Down

0 comments on commit bc8df91

Please sign in to comment.