about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-11 12:13:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-11 12:13:50 -0700
commit53ed1f0d9ab3ff83bee2609df1acce0aa036f374 (patch)
treef5ad139460214ca4e5f639e941667e52b88dbf48
parentremove atom from the list of outputs (diff)
downloadworld-53ed1f0d9ab3ff83bee2609df1acce0aa036f374.tar.gz
remove GitHub action workflow
-rw-r--r--users/fcuny/notes/.github/workflows/gh-pages.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/users/fcuny/notes/.github/workflows/gh-pages.yml b/users/fcuny/notes/.github/workflows/gh-pages.yml
deleted file mode 100644
index bf3398a..0000000
--- a/users/fcuny/notes/.github/workflows/gh-pages.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: github pages
-
-on:
-  push:
-    branches:
-      - main  # Set a branch to deploy
-
-jobs:
-  deploy:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Hugo
-        uses: superfly/flyctl-actions@master
-        env:
-          FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
-        with:
-          args: "deploy"