Skip to content

Commit

Permalink
walk back unneccessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
will2hew committed Jul 6, 2024
1 parent a20e9fa commit 97b2cf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build editor package
run: pnpm nx run @docmost/editor-ext:build

- name: Build project
run: pnpm build

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -39,7 +22,6 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v3

with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions apps/client/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.git
.gitignore
dist
data

0 comments on commit 97b2cf0

Please sign in to comment.