Skip to content

Commit

Permalink
Remove working-directory env from GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Apr 2, 2024
1 parent b6ca483 commit ffa00f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/web-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy web-demo to GitHub Pages

on:
push:
branches: [$default-branch]
branches: [main]
workflow_dispatch:

permissions:
Expand All @@ -17,8 +17,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./examples/web-demo
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,6 +30,7 @@ jobs:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
static_site_generator: next
generator_config_file: examples/web-demo/next.config.mjs
- name: Install root dependencies
run: npm ci
- name: Build root bundle
Expand Down

0 comments on commit ffa00f2

Please sign in to comment.