Skip to content

Commit

Permalink
try deploying without a base
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jul 30, 2024
1 parent e4c11d3 commit 309dbeb
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: docs/ # The root location of your Astro project inside the repository. (optional)
path: .docs/ # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

Expand Down
2 changes: 1 addition & 1 deletion GPT/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Query language models with voice commands. Helpful to automatically generate tex

- See [the list of prompts](lists/staticPrompt.talon-list) for all the prompts that can be used with the `model` command.

- See the [examples file](../docs/usage-examples/examples.md) for gifs that show how to use the commands.
- See the [examples file](../.docs/usage-examples/examples.md) for gifs that show how to use the commands.

## OpenAI API Pricing

Expand Down

0 comments on commit 309dbeb

Please sign in to comment.