Skip to content

Commit

Permalink
Update Repo Links
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Sep 5, 2024
1 parent 689bd7c commit d82a25d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_canvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
channel: stable
- name: Clone deployment repo
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/searchy2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/minimal-canvas/
mkdir -p clone_dir/flutterwebsites/minimal-canvas/
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
channel: stable
- name: Clone deployment repo
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/searchy2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/minimal-html/
mkdir -p clone_dir/flutterwebsites/minimal-html/
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
channel: stable
- name: Clone deployment repo
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/searchy2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/minimal
mkdir -p clone_dir/flutterwebsites/minimal
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ Minimal Template is a good start but there are still a lot of features to develo
Please feel free to open an issue or reach out through one of the channel below. If you are thinking about contributing to this template, do not hesitate! There are no formal pull request requirements and I will work with you to get your contributions added.

**Design:**
* [Ray Li](https://github.com/searchy2)
* [Ray Li](https://github.com/rayliverified)

**Development:**
* [Ray Li](https://github.com/searchy2)
* [Ray Li](https://github.com/rayliverified)
* *add yourself here by contributing*

**Sponsor:** [Codelessly - No Code Automation Tools](https://codelessly.com)
Expand Down

0 comments on commit d82a25d

Please sign in to comment.