Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: dockerfile etc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed May 6, 2022
1 parent bc39902 commit 65df1ed
Show file tree
Hide file tree
Showing 4 changed files with 2,263 additions and 95 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build:
name: Build and export
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Install dependencies
run: |
yarn install --prefer-offline --frozen-lockfile
- name: Build and export
- name: Build
run: |
yarn build:export
yarn build
Loading

0 comments on commit 65df1ed

Please sign in to comment.