Skip to content

Commit

Permalink
feat: updated to use marko-run instead of jekyll (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Aug 13, 2024
1 parent bdc79d3 commit ef0418a
Show file tree
Hide file tree
Showing 1,394 changed files with 41,417 additions and 22,847 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-coins-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/skin": minor
---

feat: chnaged to use marko run instead of jekyll
18 changes: 4 additions & 14 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
# Sample workflow for building and deploying a Site site to GitHub Pages
name: Deploy Site with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -41,12 +41,8 @@ jobs:
with:
node-version: '18.x'
- run: npm i
- run: npm run build:ci
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site
- run: npm run build
- run: npm run deploy
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

Expand Down Expand Up @@ -78,14 +74,8 @@ jobs:
with:
node-version: 18.x
cache: npm
- name: Setup rubby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.1'
- name: Install dependencies
run: npm i
- name: Install ruby dependencies
run: bundle install
- name: Enter prerelease mode
if: ${{ github.ref != 'refs/heads/master' }}
run: npm run prerelease:start
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/pages-html-proofer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: '16.x'
node-version: '18.x'
- run: npm i
- run: npm run build:ci
- uses: ruby/setup-ruby@v1
- run: npm run build
- run: npm run deploy:only
- uses: chabad360/htmlproofer@master
with:
ruby-version: 3.1
- uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site
token: ${{ secrets.GITHUB_TOKEN }}
- run: bundle config set --local without 'github-pages'
- run: bundle install
- run: bundle exec htmlproofer ./_site/index.html --disable_external --ignore_empty_alt --allow_hash_href --allow_missing_href
directory: "./_site"
arguments: --disable_external --ignore_empty_alt --allow_hash_href --allow_missing_href
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_cdn
_site
site
docs/.jekyll-metadata
node_modules
npm-debug.log*
Expand Down
2 changes: 0 additions & 2 deletions docs/_config.localhost.yml

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_config.yml

This file was deleted.

Loading

0 comments on commit ef0418a

Please sign in to comment.