Skip to content

Commit 462d565

Browse files
committed
- rename vim--ai-scribe--react folder
- readme
1 parent a3ea260 commit 462d565

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
node-version: 20
1919

2020
- name: Install dependencies
21-
run: cd vim--ai-scribe-app && npm install
21+
run: cd vim--ai-scribe--react && npm install
2222
- name: Build react app
23-
run: cd vim--ai-scribe-app && npm run build
23+
run: cd vim--ai-scribe--react && npm run build
2424
- name: Publish to Cloudflare Pages
2525
uses: cloudflare/pages-action@v1
2626
with:
2727
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
29-
projectName: vim--ai-scribe-app
29+
projectName: vim--ai-scribe--react
3030
directory: dist
31-
workingDirectory: vim--ai-scribe-app
31+
workingDirectory: vim--ai-scribe--react

README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)