Skip to content

Update _specs/ecip-1066.md #254

Update _specs/ecip-1066.md

Update _specs/ecip-1066.md #254

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"