diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-13 22:05:35 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-13 22:05:35 +0100 |
commit | df5eda5b9926f2689032216522dac75d3c673137 (patch) | |
tree | f165ba69cb00c044807d99179e76618ba7979cc5 | |
parent | 84986f0fb478ce537924e61e6bcf8913c5edbf05 (diff) | |
download | kronika-df5eda5b9926f2689032216522dac75d3c673137.tar.gz kronika-df5eda5b9926f2689032216522dac75d3c673137.zip |
Add lowdown
-rw-r--r-- | .github/workflows/build.yml | 20 | ||||
-rwxr-xr-x | gen | 2 |
2 files changed, 13 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e543fd..4513e35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,12 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 + - uses: cachix/install-nix-action@v12 + with: + nix_path: nixpkgs=channel:nixos-unstable + install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20201221_9fab14a/install - - run: ./gen + - run: nix-shell -p lowdown --run ./gen - name: Deploy to Netlify env: @@ -25,10 +29,10 @@ jobs: enable-commit-comment: true overwrites-pull-request-comment: true - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: build # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + # - name: Deploy 🚀 + # uses: JamesIves/github-pages-deploy-action@3.7.1 + # with: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # BRANCH: gh-pages # The branch the action should deploy to. + # FOLDER: build # The folder the action should deploy. + # CLEAN: true # Automatically remove deleted files from the deploy branch diff --git a/gen b/gen index cdae6b2..8f90feb 100755 --- a/gen +++ b/gen @@ -1,6 +1,6 @@ #!/bin/sh -rm -r dest +rm -r dest || true mkdir dest cat > wpisy/kronika.html << EOF |