Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-09 19:00:59 +0300
committerJan Raasch <jan@janraasch.com>2020-09-09 19:00:59 +0300
commit848f6129ec7dac005cbe7b7c2a7e1772e01cf042 (patch)
treea4c6779bda7072fd4cb95a57afe0a2147d14e9be /.github
parent30fe331123762039f3209a76b24cfe37cbbe0833 (diff)
style: add & run prettier
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml4
-rw-r--r--.github/workflows/ci.yml32
2 files changed, 18 insertions, 18 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index ba257d5..3d62184 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
-custom: ['https://www.paypal.me/janraasch/29,00']
-github: ['janraasch']
+custom: ["https://www.paypal.me/janraasch/29,00"]
+github: ["janraasch"]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4e63ac2..54f0fe7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,30 +3,30 @@ name: CI
on:
push:
branches:
- - master
+ - master
pull_request:
branches:
- - master
+ - master
jobs:
build:
runs-on: ubuntu-18.04
steps:
- - name: Checkout
- uses: actions/checkout@v2
+ - name: Checkout
+ uses: actions/checkout@v2
- - name: Setup Hugo
- uses: peaceiris/actions-hugo@v2
- with:
- hugo-version: latest
+ - name: Setup Hugo
+ uses: peaceiris/actions-hugo@v2
+ with:
+ hugo-version: latest
- - name: Build local ./exampleSite
- run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/
+ - name: Build local ./exampleSite
+ run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/
- - name: Deploy to GitHub Pages
- if: github.event_name == 'push'
- uses: peaceiris/actions-gh-pages@v3
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public
+ - name: Deploy to GitHub Pages
+ if: github.event_name == 'push'
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./public