Skip to content

Commit

Permalink
Use dynstat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 3, 2024
1 parent c54da68 commit c26d394
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dynstat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: dynstat
on: [push, workflow_dispatch]
permissions:
contents: write
jobs:
dynstat:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main

- name: Build
uses: calamity-inc/dynstat@senpai

- name: Install rsync
run: |
sudo apt-get update && sudo apt-get install -y rsync
- name: Deploy
uses: JamesIves/[email protected]

with:
branch: gh-pages
folder: build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.apm_cache/
build/
4 changes: 0 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<?php
header("Refresh: 0; url=https://github.com/agnostic-pm/use.agnostic.pm#readme");
header("Content-Type: text/pluto-lang.org");
?>
package.preload["gitwit"] = function()
<?php require "gitwit.pluto"; ?>
end
Expand Down

0 comments on commit c26d394

Please sign in to comment.