Skip to content

Commit 8a7439e

Browse files
committed
Fix GitHub Pages workflow
1 parent 787e837 commit 8a7439e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
1212

1313
[*.md]
1414
trim_trailing_whitespace = false
15+
16+
[*.yml]
17+
indent_size = 2

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
21
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
32

43
on:
5-
# Runs on pushes targeting the default branch
4+
pull_request: # TEMPORARY !!!
65
push:
76
branches: ["master"]
8-
9-
# Allows you to run this workflow manually from the Actions tab
107
workflow_dispatch:
118

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
139
permissions:
1410
contents: read
1511
pages: write
1612
id-token: write
1713

18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2014
concurrency:
2115
group: "pages"
2216
cancel-in-progress: false
2317

2418
jobs:
25-
# Build job
2619
build:
2720
runs-on: ubuntu-latest
2821
steps:
@@ -38,7 +31,6 @@ jobs:
3831
- name: Upload artifact
3932
uses: actions/upload-pages-artifact@v3
4033

41-
# Deployment job
4234
deploy:
4335
environment:
4436
name: github-pages

0 commit comments

Comments
 (0)