Skip to content

Commit 51be0d1

Browse files
Update build script to compile from the main Joplin repo
The web client pull request has been merged -- the build can now be done from the laurent22/dev branch.
1 parent fdc6749 commit 51be0d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
with:
26-
# TODO: Change this after the web client code has been merged.
27-
# See https://github.com/laurent22/joplin/pull/10650.
28-
repository: 'personalizedrefrigerator/joplin'
29-
ref: work/mobile-web
26+
repository: 'laurent22/joplin'
27+
ref: dev
3028
- name: Prepare yarn
3129
run: corepack enable
3230
- name: Install dependencies

0 commit comments

Comments
 (0)