Skip to content

Commit

Permalink
Create ci.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CptPotato authored Sep 13, 2022
1 parent f2aceb3 commit e83ed21
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build themes
run: sh ./build.sh
- name: pack themes
uses: actions/upload-artifact@v3
with:
name: helix-themes
path: build

0 comments on commit e83ed21

Please sign in to comment.