Skip to content

Commit

Permalink
Merge pull request #7 from podcastless:develop
Browse files Browse the repository at this point in the history
Fix-[GitHub/Actions:Workflows#build_deploy] Use cwd to point config file
  • Loading branch information
pandres95 authored Mar 19, 2020
2 parents 314c662 + 2560559 commit 2b1bade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm start -- generate -c nuxt.config.cjs
- run: npm start -- generate -c ${{env.working-directory}}/nuxt.config.cjs
env:
CI: true
- run: cp CNAME dist/CNAME
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"start": "nuxt",
"test": "ava"
},
"type": "module",
"keywords": [
"podcastless"
],
Expand Down

0 comments on commit 2b1bade

Please sign in to comment.