Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ZhgChgLi/linkyee
Browse files Browse the repository at this point in the history
  • Loading branch information
app-harry committed Oct 26, 2024
2 parents 7c68898 + afd0cea commit 1413250
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 'Automatic build'
on:
push:
branches:
- main
paths-ignore:
- .gitignore
- README.md
- LICENSE
workflow_dispatch:

jobs:
continuous-delivery:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true

- name: Deploy
run: bash deploy.sh

0 comments on commit 1413250

Please sign in to comment.