Sha256: a4b1b784a2759b11563fb4b0e4523b57baa738f0459b32d0f1df05daa166220b
Contents?: true
Size: 735 Bytes
Versions: 31
Compression:
Stored size: 735 Bytes
Contents
language: ruby dist: xenial env: global: - COMMIT_AUTHOR_EMAIL="$(yq r metanorma.yml metanorma.deploy.email)" addons: apt: update: true snaps: - jq - yq - name: node confinement: classic # or devmode channel: 10/stable rvm: - 2.6 cache: bundler before_install: - gem update --system - gem install bundler - npm install -g puppeteer - sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash" script: - make clean all publish deploy: skip_cleanup: true provider: script script: bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/deploy-to-gh-pages.sh | bash" on: branch: master
Version data entries
31 entries across 31 versions & 1 rubygems