Skip to content

Commit

Permalink
Attempt Pages Deploy Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 24, 2024
1 parent 57ab6de commit 4d1ec9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ console.gr

```ts twoslash
// @errors: 2339
const welcome = "Tudo bem gente?"
const welcome = "Hi"
const words = welcome.contains(" ")
```
1 change: 1 addition & 0 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ codegen
deno
denoland
dprint
esbenp
harrysolovay
openai
placeheld
Expand Down

0 comments on commit 4d1ec9e

Please sign in to comment.