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.9.0 doc/pages/README.md
dynflow-1.8.3 doc/pages/README.md
dynflow-1.8.2 doc/pages/README.md
dynflow-1.8.1 doc/pages/README.md
dynflow-1.8.0 doc/pages/README.md
dynflow-1.7.0 doc/pages/README.md
dynflow-1.6.11 doc/pages/README.md
dynflow-1.6.10 doc/pages/README.md
dynflow-1.6.8 doc/pages/README.md
dynflow-1.6.7 doc/pages/README.md
dynflow-1.6.6 doc/pages/README.md
dynflow-1.6.5 doc/pages/README.md
dynflow-1.6.4 doc/pages/README.md
dynflow-1.6.3 doc/pages/README.md
dynflow-1.6.2 doc/pages/README.md
dynflow-1.6.1 doc/pages/README.md
dynflow-1.4.9 doc/pages/README.md
dynflow-1.4.8 doc/pages/README.md
dynflow-1.5.0 doc/pages/README.md
dynflow-1.4.7 doc/pages/README.md