Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Jun 8, 2022
1 parent 7462d52 commit 1866405
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 499 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
- 'website/**/*'
- '.github/workflows/gh-pages.yml'
# workflow_call:
workflow_run:
workflows: [Update release data for website]
types:
- completed
release:
types: [published, unpublished, edited]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -24,7 +22,6 @@ jobs:
- uses: actions/checkout@v3

- name: Push website directory as subtree to branch gh-pages
# run: git push origin `git subtree split --prefix website main`:refs/heads/gh-pages --force
run: |
git subtree split --branch gh-pages --prefix website/
git push origin gh-pages --force
36 changes: 0 additions & 36 deletions .github/workflows/update-release.yml

This file was deleted.

1 change: 1 addition & 0 deletions website/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-github-metadata"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 1 addition & 0 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ DEPENDENCIES
github-pages (~> 226)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-github-metadata
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ github_username: jekyll
theme: minima
plugins:
- jekyll-feed
- jekyll-github-metadata

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down
Loading

0 comments on commit 1866405

Please sign in to comment.