Fix examples Ci, Makefile, some doc references (#469)

* fix examples ci, makefile, and update docs

* getting started reference
This commit is contained in:
Peter W
2022-05-26 16:56:54 -05:00
committed by GitHub
parent a9470ed9c1
commit 1bf6cc0e72
4 changed files with 7 additions and 7 deletions

View File

@@ -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: