faph / action-jekyll

A GitHub Action for just building Jekyll web sites
https://hub.docker.com/r/faph/action-jekyll-2
MIT License
1 stars 3 forks source link
docker-image github-action github-pages jekyll

Docker Automated build

A GitHub Action for just building Jekyll web sites

We're only building the site here. If you want to do some other stuff with those site files like deploying them, or running some build scripts on them—you'll have to connect up some other actions to your workflow.

Inputs

Examples

jobs:
  build:
    name: Build website
    runs-on: ubuntu-latest
    steps:
    - name: Checkout repository
      uses: actions/checkout@v1
      with:
        ref: master
    - name: Run Jekyll
      uses: docker://faph/action-jekyll:1.5

Clones the repo and builds the site—that's it.

Caveats

Terms & Conditions

Released under the MIT License (MIT).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.