Skip to content

Commit

Permalink
Update URL of GitHub pages repo for tiddlywiki.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Jul 24, 2024
1 parent 995f3ba commit 2aec572
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/ci-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ npm --force install tiddlywiki || exit 1

# Pull existing GitHub pages content

git clone --depth=1 --branch=master "https://github.com/Jermolene/jermolene.github.io.git" output
git clone --depth=1 --branch=master "https://github.com/TiddlyWiki/tiddlywiki.com-gh-pages.git" output
2 changes: 1 addition & 1 deletion bin/ci-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add -A .
git commit --message "GitHub build: $GITHUB_RUN_NUMBER of $TW5_BUILD_BRANCH ($(date +'%F %T %Z'))"
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null
git remote add deploy "https://$GH_TOKEN@github.com/TiddlyWiki/tiddlywiki.com-gh-pages.git" &>/dev/null
git push deploy master &>/dev/null
cd ..
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nonetheless, you may find techniques that are useful for your own scripts.

! Hosting

https://tiddlywiki.com is served by [[GitHub Pages|https://pages.github.com]] from the repository https://github.com/Jermolene/jermolene.github.io
https://tiddlywiki.com is served by [[GitHub Pages|https://pages.github.com]] from the repository https://github.com/TiddlyWiki/tiddlywiki.com-gh-pages

The scripts live in the repository https://github.com/Jermolene/build.jermolene.github.io

Expand All @@ -15,7 +15,7 @@ The scripts live in the repository https://github.com/Jermolene/build.jermolene.
These scripts require the following directories to be siblings:

* `build.jermolene.github.io` - a local copy of https://github.com/Jermolene/build.jermolene.github.io
* `jermolene.github.io` - a local copy of the repo https://github.com/Jermolene/jermolene.github.io
* `jermolene.github.io` - a local copy of the repo https://github.com/TiddlyWiki/tiddlywiki.com-gh-pages
* `TiddlyWiki5` - a local copy of the repo https://github.com/Jermolene/TiddlyWiki5

The scripts are designed to be executed with the current directory being the `TiddlyWiki5` directory.
Expand Down
2 changes: 1 addition & 1 deletion editions/tw5.com/tiddlers/about/Archive.tid
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: TiddlyWiki Archive
5.3.0 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5
\end

Older versions of TiddlyWiki are available in the [[archive|https://github.com/Jermolene/jermolene.github.io/tree/master/archive]]:
Older versions of TiddlyWiki are available in the [[archive|https://github.com/TiddlyWiki/tiddlywiki.com-gh-pages/tree/master/archive]]:

<table>
<tbody>
Expand Down

0 comments on commit 2aec572

Please sign in to comment.