Skip to content

Commit db48a60

Browse files
committed
merged main
2 parents f7bfe0a + ab07104 commit db48a60

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/publish_demos.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy
1+
name: Publish Demos
22
on:
33
push:
44
branches:
@@ -12,14 +12,19 @@ jobs:
1212
- name: Checkout 🛎️
1313
uses: actions/checkout@v2.3.1
1414

15+
- name: Install rsync 📚
16+
run: |
17+
apt-get update && apt-get install -y rsync
18+
1519
- name: Install and Build 🔧
1620
run: |
1721
pub global activate webdev
18-
webdev build -o build
22+
pub get
23+
pub global run webdev build -o build -- --delete-conflicting-outputs
1924
rm build/example/packages
2025
21-
- name: Deploy 🚀
26+
- name: Publish 🚀
2227
uses: JamesIves/github-pages-deploy-action@4.0.0
2328
with:
2429
branch: gh-pages # The branch the action should deploy to.
25-
folder: build/example # The folder the action should deploy.
30+
folder: build/example # The folder the action should deploy.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please submit issues and pull requests, help out, or just give encouragement.
1919

2020
## Links
2121

22-
- [Library Demos](https://github.directcode.org/demos/) (based on the [sample code](https://github.com/SpinlockLabs/github.dart/tree/master/example))
22+
- [Library Demos](http://spinlocklabs.github.io/github.dart/) (based on the [sample code](https://github.com/SpinlockLabs/github.dart/tree/master/example))
2323
- [Pub Package](https://pub.dartlang.org/packages/github)
2424
- [Wiki](https://github.com/SpinlockLabs/github.dart/wiki)
2525
- [Latest API reference](https://pub.dev/documentation/github/latest/)

0 commit comments

Comments
 (0)