Skip to content

Commit

Permalink
docs: fix up docs and release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 12, 2020
1 parent a8b3f52 commit 2e446e4
Show file tree
Hide file tree
Showing 11 changed files with 589 additions and 16 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,12 @@
# Basic dependabot.yml file with
# minimum configuration for two package managers

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
27 changes: 27 additions & 0 deletions .github/workflows/neocities.yml
@@ -0,0 +1,27 @@
name: Deploy to neociteis

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- run: npm i
- run: npm run build

- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
73 changes: 73 additions & 0 deletions dist/layout.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/layout.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e446e4

Please sign in to comment.