Skip to content

Commit

Permalink
chore: update github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <[email protected]>
  • Loading branch information
amanji committed Aug 10, 2024
1 parent 980138f commit 550d671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./digital-trust-toolkit
working-directory: .
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
node-version: 22
cache: npm
cache-dependency-path: ./digital-trust-toolkit/package-lock.json
cache-dependency-path: package-lock.json

- name: Install dependencies
run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./digital-trust-toolkit/build
path: /build

deploy:
name: Deploy to GitHub Pages
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./digital-trust-toolkit
working-directory: .
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./digital-trust-toolkit
working-directory: .
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
node-version: 22
cache: npm
cache-dependency-path: ./digital-trust-toolkit/package-lock.json
cache-dependency-path: package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 550d671

Please sign in to comment.