Skip to content

Instantly share code, notes, and snippets.

View skad0's full-sized avatar
🪑

Anton Krichevskii skad0

🪑
View GitHub Profile
@obenjiro
obenjiro / tracemeplz.md
Created April 17, 2021 05:18
Tracing.. what?

COMING SOON...

@donaldpipowitch
donaldpipowitch / README.md
Last active January 12, 2024 04:07
Use GitLab Pages to deploy a Storybook per branch

It's quite straightforward to use GitLab Pages to deploy a Storybook instance per branch (and remove it whenever the branch will be removed). And yeah, it's irony to document this in a GitHub Gist 😅

You just need a .gitlab-ci.yml like this one:

stages:
  - setup
  - build-and-test
  - deployment
  - pages