Commit Graph

12 Commits

Author SHA1 Message Date
lifehackerhansol
519bd8c8b3
Temporarily use nightly version of directory listing
Alphabetical sorting bug is fixed upstream: 
https://github.com/jayanta525/github-pages-directory-listing/issues/2
2023-04-03 01:34:40 -07:00
lifehackerhansol
2a638b5c07
apparently depth=1 is default 2023-04-02 11:40:05 -07:00
lifehackerhansol
e046ac7825
actions: bump gh-pages-deploy to v4.4.1 and cleanup args
also, what submodule? we got no submodule
2023-04-02 11:32:22 -07:00
lifehackerhansol
ddef1bcf89
github wants the whole version str for some reason
when the same thing works in other containers...
2023-04-02 11:22:25 -07:00
lifehackerhansol
aba82df4f7
actions: Switch to using github-pages-directory-listing
https://github.com/jayanta525/github-pages-directory-listing

Also, fetch-depth=1, this never worked for the time thing anyway so 
let's avoid cloning like 5GB every commit
2023-04-02 11:20:31 -07:00
lifehackerhansol
60b79c8c0b
workflow: allow pushes from anywhere
Pretty much everything in this repo is needed somewhere in this workflow
2022-09-29 00:35:51 -07:00
Han Sol Jin
ab76479bee workflow: fetch-depth 0
apindex doesn't actually work with our workflow, as:
- GitHub actions clean clones everything, making the modified time nearly identical
- apindex doesn't read git history

So why bother cloning the whole stack, only clone the top commit.
2022-08-17 09:39:39 -07:00
lifehackerhansol
25c5fc3e9e workflow: bump actions/checkout to v3 2022-03-15 17:58:38 -07:00
lifehackerhansol
c23327df11 No Jekyll 2022-02-17 05:52:17 -08:00
lifehackerhansol
c98af15b4f Update README.md 2022-02-17 05:48:27 -08:00
lifehackerhansol
cd2429a50c Fix CNAME not being copied to deploy branch 2021-12-07 11:51:46 -08:00
lifehackerhansol
bc7678767a Initial commit of apindex 2021-12-07 11:46:14 -08:00