Skip to content

Commit 4562b0a

Browse files
authored
Merge pull request #10 from OS2sandbox/main
Sync with main
2 parents 87b3813 + 07aa71d commit 4562b0a

File tree

4 files changed

+3
-121
lines changed

4 files changed

+3
-121
lines changed

.github/workflows/pages.yml renamed to .github/workflows/build-and-deploy-jekyll-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages
88

99
on:
1010
push:
11-
branches: ["testing"]
11+
branches: ["main"]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 97 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
> - [ ] Replace all the grey placeholder texts with your project-specific information.
66
>
77
> - [ ] Add any additional relevant Markdown documents to your documentation.
8-
> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages).
8+
> - [ ] Configure config.yml to fit your documentation sites purpose
9+
> - [x] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages).
910
> - [ ] **Remove this setup section from your README.md.**
1011
>
1112
> *That's it! You are now set up, and your documentation site is live!*

0 commit comments

Comments
 (0)