From: Danny Edel Date: Sun, 31 Oct 2021 17:20:23 +0000 (+0100) Subject: import documentation trial-build to actions X-Git-Url: http://gitweb.danny-edel.de/?a=commitdiff_plain;h=bfcba94444328a16042998e8b0bf10854017b786;p=dspdfviewer.git import documentation trial-build to actions --- diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml new file mode 100644 index 0000000..c2d31be --- /dev/null +++ b/.github/workflows/pages.yml @@ -0,0 +1,22 @@ +name: pages + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + defaults: + run: + working-directory: + docs/ + steps: + - uses: actions/checkout@v2 + - run: sudo apt-get update + - run: sudo apt-get -y install bundler + - run: bundle update --bundler + - run: bundle install + - run: bundle exec jekyll build --trace diff --git a/docs/.travis.yml b/docs/.travis.yml deleted file mode 100644 index 7e32d08..0000000 --- a/docs/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -sudo: false -language: ruby -rvm: 2 -cache: bundler -script: bundle exec jekyll build --trace -branches: - only: - - gh-pages - - /^test-.*$/