mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-07 00:40:00 +01:00
Compare commits
5 Commits
v3.7.2
...
publish-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
782bc50d2a | ||
|
|
6052e78a67 | ||
|
|
428fa64b32 | ||
|
|
e4b5c05a1e | ||
|
|
0ea8e3eefd |
16
.github/workflows/republish.yml
vendored
Normal file
16
.github/workflows/republish.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Publish sequencer.publiclab.org demo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
jobs:
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Merge upstream
|
||||
run: |
|
||||
git config --global user.name 'jywarren'
|
||||
git config --global user.email 'jeff@unterbahn.com'
|
||||
./scripts/update-gh-pages 'publiclab/image-sequencer' 'stable' 'sequencer.publiclab.org' 'bypass-warning'
|
||||
Reference in New Issue
Block a user