Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
garbas committed Nov 17, 2020
1 parent 34a0ffe commit e0bd885
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cron.yml
Expand Up @@ -10,12 +10,15 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Installing Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12

- name: Building planet.nixos.org
run: nix-shell --run "venus-planet planet.ini && ./fix.sh"

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.5
uses: nwtgck/actions-netlify@v1.1.11
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -12,12 +12,15 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Installing Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v12

- name: Building planet.nixos.org
run: nix-shell --run "venus-planet planet.ini && ./fix.sh"

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.5
uses: nwtgck/actions-netlify@v1.1.11
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit e0bd885

Please sign in to comment.