Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Nov 12, 2022
1 parent e51ac1e commit fc83add
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: denoland/setup-deno@v1
with:
ruby-version: '2.7'
deno-version: v1.x

- run: bundle install && bundle exec jekyll build
- run: sudo apt install lua5.3
- run: ./main.ts build

- name: Deploy
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
Expand Down
16 changes: 0 additions & 16 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit fc83add

Please sign in to comment.