Skip to content

Commit

Permalink
fix all with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Jul 8, 2023
1 parent 8b76b9b commit d38ef95
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 1 addition & 4 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ website:
href: index.qmd
- text: "Snippets"
menu:
- aemo_data.qmd
- aemo_data.qmd
- text: Contributing
href: contributing.qmd
right:
Expand All @@ -38,6 +38,3 @@ format:
theme: cosmo
css: styles.css
toc: true



2 changes: 1 addition & 1 deletion aemo_data.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
title: AEMO Data Snippets
---
---
3 changes: 1 addition & 2 deletions contributing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please only share code snippets or scripts that you are happy to be available pu
## Preparing your script/code

1. Though the website and repository contains license conditions, we suggest you include this snippet as a preface to any source code:

```text
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Expand Down Expand Up @@ -35,4 +35,3 @@ Please only share code snippets or scripts that you are happy to be available pu
- Create the folder in [`snippets`](https://github.com/UNSW-CEEM/CEEM-Gists/snippets)
- Create a corresponding `.qmd` file in the root of the repository
- In the [Quarto YAML config](https://github.com/UNSW-CEEM/CEEM-Gists/_quarto.yml), add the `.qmd` under the snippets menu

1 change: 0 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ For the license details, please see the repository [licese](https://github.com/U
## About this site

This is a [Quarto](https://quarto.org/docs/websites) website.

0 comments on commit d38ef95

Please sign in to comment.