Skip to content

Commit

Permalink
chore: format code (#8628)
Browse files Browse the repository at this point in the history
* chore: format code
  • Loading branch information
jrandolf committed Jul 5, 2022
1 parent 28e236f commit 9e596d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -87,6 +87,8 @@ jobs:
name: Deploy docs (if needed)
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Expand Up @@ -41,4 +41,4 @@ package.json
test/assets/
vendor/
docs/

versioned_*/
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
Expand Down
4 changes: 1 addition & 3 deletions website/versions.json
@@ -1,3 +1 @@
[
"15.3.0"
]
["15.3.0"]

0 comments on commit 9e596d0

Please sign in to comment.