Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodekq committed Feb 12, 2024
1 parent 6687e55 commit ab6b872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,21 @@ jobs:
name: Deploy Page
env:
page-root-directory: './dist/'
deno-version: v1.x

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Deno (${{env.deno-version}})
uses: denoland/setup-deno@v1.1.4
with:
deno-version: ${{env.deno-version}}

- name: Run Linter
run: deno task build

- name: Setup Pages
uses: actions/configure-pages@v4

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
deno-version: ${{env.deno-version}}

- name: Run Linter
run: deno task lint

run: deno task lint

0 comments on commit ab6b872

Please sign in to comment.