Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanreese committed Aug 6, 2024
1 parent 3b6311b commit a30c70d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ on:
push:
branches:
- main

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm i -g coffeescript
- run: coffee build/build.coffee
- uses: actions/upload-pages-artifact
with:
path: "public/"

0 comments on commit a30c70d

Please sign in to comment.