mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-26 03:01:42 +00:00
Finish migration to GitHub Actions (#4836)
* Fix 'if' condition syntax in Actions workflow Strings in expressions need to be in single quotes: https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#literals * Delete .travis.yml We moved to GitHub Actions * Inline git-related environment variables * Inline the build number variable * Rename TRAVIS_BRANCH to TW5_BUILD_BRANCH Since we don't use Travis anymore * Update developer documentation regardgin which CI service is used * Document the decision about setting env vars in the workflow file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
created: 20190115173727727
|
||||
modified: 20190115173903645
|
||||
modified: 20200828094535533
|
||||
title: Continuous Deployment
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki 5 uses [[Travis CI|https://travis-ci.org/]] for continuous deployment. It is driven by the `.travis.yml` file in the root of the repo, along with the scripts in the `bin` folder that it invokes.
|
||||
TiddlyWiki 5 uses [[GitHub Actions|https://docs.github.com/en/actions]] for continuous deployment. It is driven by the workflow file `.github/workflows/ci.yml` in the repo, along with the scripts in the `bin` folder that it invokes.
|
||||
|
||||
The build history can be seen at https://travis-ci.org/Jermolene/TiddlyWiki5
|
||||
The build history can be seen at https://github.com/Jermolene/TiddlyWiki5/actions
|
||||
|
||||
Reference in New Issue
Block a user