mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-24 11:00:38 -04:00
Fix examples Ci, Makefile, some doc references (#469)
* fix examples ci, makefile, and update docs * getting started reference
This commit is contained in:
6
.github/workflows/sync-examples.yml
vendored
6
.github/workflows/sync-examples.yml
vendored
@@ -1,11 +1,11 @@
|
||||
name: '[CI] Sync Examples'
|
||||
|
||||
on:
|
||||
push: # Only run on merges into main that modify files under pyscriptjs/examples/
|
||||
push: # Only run on merges into main that modify files under examples/
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- pyscriptjs/examples/**
|
||||
- examples/**
|
||||
- .github/workflows/sync-examples.yml # Test that workflow works when changed
|
||||
|
||||
jobs:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
id-token: write
|
||||
defaults:
|
||||
run:
|
||||
working-directory: pyscriptjs/examples
|
||||
working-directory: examples
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user