Sha256: 620c02a8b33201a2b166b71cdb8a0999da569c0b2d728234fdfa96134655e8ab

Contents?: true

Size: 685 Bytes

Versions: 48

Compression:

Stored size: 685 Bytes

Contents

# Building dynflow.github.io

1. Clone the `dynflow.github.io` to the public directory

```
git clone github.com:dynflow/dynflow.github.io public --origin upstream
```

2. Add your fork

```
cd public
git remote add origin github.com:$MYUSERNAME/dynflow.github.io
cd ..
```

2. Install the dependencies

```
bundle install
```

3. Make sure the public repository is in sync with upstream

```
cd public
git fetch upstream master
git reset --hard upstream/master
git clean -f
cd ..
```

4. Build new version of the pages

```
bundle exec jekyll build
```

5. Commit and push the updated version

```
cd public
git add -A
git commit -m Update
git push origin master
```

6. Send us a PR

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
dynflow-1.0.5 doc/pages/README.md
dynflow-1.0.4 doc/pages/README.md
dynflow-1.0.3 doc/pages/README.md
dynflow-1.0.2 doc/pages/README.md
dynflow-1.0.1 doc/pages/README.md
dynflow-1.0.0 doc/pages/README.md
dynflow-0.8.37 doc/pages/README.md
dynflow-0.8.36 doc/pages/README.md