Skip to content

Commit 4292559

Browse files
authored
more configs (#40)
1 parent 1ad90ab commit 4292559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v0
25-
# with:
26-
# path: . # The root location of your Astro project inside the repository. (optional)
25+
with:
26+
path: docs/ # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
2828
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Capo",
2+
"name": "capo",
33
"type": "module",
44
"version": "0.0.1",
55
"scripts": {

0 commit comments

Comments
 (0)