Skip to content

Fix links at ECIP-1100 and ECIP-1110 (#528) #260

Fix links at ECIP-1100 and ECIP-1110 (#528)

Fix links at ECIP-1100 and ECIP-1110 (#528) #260

Workflow file for this run

name: Jekyll Workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the site in the jekyll/builder container
if: github.repository == 'ethereumclassic/ECIPs'
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:3 /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"