Skip to content

add OpenGeoHub and Corey's dissertation #57

add OpenGeoHub and Corey's dissertation

add OpenGeoHub and Corey's dissertation #57

Workflow file for this run

on:
push:
branches: main
workflow_dispatch:
name: Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/[email protected]
- name: Build pages
run: ./build-pages.sh
- name: Sync files
uses: SamKirkland/[email protected]
with:
server: web14cp.unity.ncsu.edu
username: [email protected]
password: ${{ secrets.ftp_password }}
protocol: ftps
local-dir: build/
dry-run: false