diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:02:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:02:07 -0700 |
| commit | 6a34eee426e2d54ac27d48a75eb82a8a985eeaac (patch) | |
| tree | a6c1a70b11a21aa1769b61b1082e976d41a79d9f /.github | |
| parent | add a basic README (diff) | |
| download | fcuny.net-6a34eee426e2d54ac27d48a75eb82a8a985eeaac.tar.gz | |
fix name of the branch for done
Delete the workflow for GitHub actions.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gh-pages.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index bf3398a..0000000 --- a/.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" |
