Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Set Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build
run: bundle exec jekyll build --baseurl /by6dx
- name: Deploy
uses: SamKirkland/FTP-Deploy-Action@4.2.0
with:
server: ftp.qsl.net
username: by6dx
password: ${{ secrets.QSL_NET_PWD }}
local-dir: ./_site/
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
/old/**
**/README.md