From d38ef95fd202d5b899268d8e000fc462e00eb714 Mon Sep 17 00:00:00 2001 From: prakaa Date: Sat, 8 Jul 2023 13:10:20 +1000 Subject: [PATCH] fix all with pre-commit --- .github/workflows/publish.yml | 2 +- _quarto.yml | 5 +---- aemo_data.qmd | 2 +- contributing.qmd | 3 +-- index.qmd | 1 - 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77d7fc0..0e1414d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: with: target: gh-pages env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/_quarto.yml b/_quarto.yml index 716e478..71edc19 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -15,7 +15,7 @@ website: href: index.qmd - text: "Snippets" menu: - - aemo_data.qmd + - aemo_data.qmd - text: Contributing href: contributing.qmd right: @@ -38,6 +38,3 @@ format: theme: cosmo css: styles.css toc: true - - - diff --git a/aemo_data.qmd b/aemo_data.qmd index d4983d1..9607c62 100644 --- a/aemo_data.qmd +++ b/aemo_data.qmd @@ -1,3 +1,3 @@ --- title: AEMO Data Snippets ---- \ No newline at end of file +--- diff --git a/contributing.qmd b/contributing.qmd index 856cb6e..01919df 100644 --- a/contributing.qmd +++ b/contributing.qmd @@ -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 Copyright (C) @@ -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 - \ No newline at end of file diff --git a/index.qmd b/index.qmd index 4b4e310..9560c43 100644 --- a/index.qmd +++ b/index.qmd @@ -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. -