8000 mics files · Siddharth-cmd/pyscript@417650b · GitHub
[go: up one dir, main page]

Skip to content

Commit 417650b

Browse files
committed
mics files
1 parent 34aafa4 commit 417650b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sync-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: '[CI] Sync Examples'
22

33
on:
4-
push: # Only run on merges into main that modify files under pyscriptjs/examples/
4+
push: # Only run on merges into main that modify files under examples/
55
branches:
66
- main
77
paths:
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
defaults:
1818
run:
19-
working-directory: pyscriptjs/examples
19+
working-directory: examples
2020

2121
steps:
2222

docs/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In addition to the [Python Standard Library](https://docs.python.org/3/library/)
115115
the `pyscript` module, many 3rd-party OSS packages will work out-of-the-box with PyScript.
116116

117117
In order to use them, you will need to declare the dependencies using the `<py-env>` tag in the
118-
HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/pyscriptjs/examples/toga/freedom.html).
118+
HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/examples/toga/freedom.html).
119119

120120
```
121121
<py-env>

pyscriptjs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_hash ?= $(shell git log -1 --pretty=format:%h)
33

44
base_dir ?= $(shell git rev-parse --show-toplevel)
55
src_dir ?= $(base_dir)/src
6-
examples ?= $(base_dir)/examples
6+
examples ?= $(base_dir)../examples
77
app_dir ?= $(shell git rev-parse --show-prefix)
88

99
CONDA_EXE := conda

0 commit comments

Comments
 (0)
0