Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-common-styles
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b54b74aeedb
Choose a base ref
...
head repository: NixOS/nixos-common-styles
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5a0948512e2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2020

  1. remove debug

    garbas committed Dec 17, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    736182f View commit details
  2. typo

    garbas committed Dec 17, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c5a0948 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 .github/workflows/{master.yml → main.yml}
3 changes: 1 addition & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -34,12 +34,11 @@ jobs:
- uses: cachix/cachix-action@v8
with:
name: nixos-homepage
name: nixos-common-styles
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

- name: Building nixos.org
run: |
echo $PATH
nix develop ./#packages.x86_64-linux.storyBook --command yarn run build-storybook
- name: Deploy to Netlify