Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Bump github.com/arran4/golang-ical from 0.2.5 to 0.2.6 #10

Bump github.com/arran4/golang-ical from 0.2.5 to 0.2.6

Bump github.com/arran4/golang-ical from 0.2.5 to 0.2.6 #10

Workflow file for this run

name: CI
on:
pull_request_target:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install dependencies
run: go mod vendor
- name: Execute
run: go run main.go
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './htdocs'
production-deploy: false
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: htdocs
path: htdocs/yahoojapan/**