Skip to content

Remove intellij config #61

Remove intellij config

Remove intellij config #61

Workflow file for this run

name: ads.txt
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build ads.txt
run: |
mkdir out
go run main.go > out/ads.txt
- name: Deploy to github pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out