Skip to content

Commit

Permalink
fixed live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Speyll committed Jul 4, 2023
1 parent 968887b commit ed0e4c6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 323 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/zola.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Zola

on:
push:
branches: [ main ]
workflow_dispatch:

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true


jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_url = "https://anemone.pages.dev"
base_url = "https://speyll.github.io/anemone"
title = "anemone"
description = "Nearly no-Javascript, efficient, minimal theme."
default_language = "en"
Expand Down
322 changes: 0 additions & 322 deletions public/css/style.css

This file was deleted.

Binary file removed public/favicon.ico
Binary file not shown.

0 comments on commit ed0e4c6

Please sign in to comment.