Skip to content

Commit

Permalink
Update GH Actions to replace JS with MD.
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskelly13 committed Dec 15, 2023
1 parent 93b4b78 commit 1dee699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 90 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-spectacle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- main
paths:
- ".github/workflows/create-spectacle.yml"
- "packages/create-spectacle/**"
- '.github/workflows/create-spectacle.yml'
- 'packages/create-spectacle/**'
pull_request:
branches:
- main
paths:
- ".github/workflows/create-spectacle.yml"
- "packages/create-spectacle/**"
- '.github/workflows/create-spectacle.yml'
- 'packages/create-spectacle/**'

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
create-type: ['jsx', 'tsx', 'onepage']
create-type: ['md', 'tsx', 'onepage']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
85 changes: 0 additions & 85 deletions packages/create-spectacle/f.html

This file was deleted.

0 comments on commit 1dee699

Please sign in to comment.