Skip to content

Commit

Permalink
Merge branch 'hotfix/update-deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Feb 18, 2024
2 parents f6db57d + fcc46bb commit 7105184
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 88 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy Site

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true

- name: Build page with Jekyll
run: bundle exec jekyll build

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _gh_pages
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.github
docs
_config.yml
deploy_key.enc
deploy.sh
Gemfile
Gemfile.lock
src
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

68 changes: 0 additions & 68 deletions deploy.sh

This file was deleted.

Binary file removed deploy_key.enc
Binary file not shown.

0 comments on commit 7105184

Please sign in to comment.