Skip to content

remove nixpkgs extension #205

remove nixpkgs extension

remove nixpkgs extension #205

Workflow file for this run

name: Web
on:
push:
branches:
- main
jobs:
web:
name: Build and deploy site and docs
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npm install
working-directory: www
- run: npm run build
working-directory: www
- uses: burnett01/[email protected]
with:
switches: -rv --delete
path: www/.vitepress/dist/
remote_path: /home/pomdtr.me/smallweb/sunbeam/dist
remote_host: ssh.pomdtr.me
remote_user: pomdtr.me
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}