Skip to content

Commit

Permalink
Update and rename jekyll-gh-pages.yml to deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatgeeman authored Aug 15, 2023
1 parent ddf191d commit 493322b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 51 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy to GitHub Pages

permissions:
contents: write
pages: write

on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
51 changes: 0 additions & 51 deletions .github/workflows/jekyll-gh-pages.yml

This file was deleted.

0 comments on commit 493322b

Please sign in to comment.