Skip to content

Commit

Permalink
Enable publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
06000208 committed Oct 16, 2024
1 parent d59769f commit 6e539c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml → .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Work in progress github action derived from github's "Static HTML" template
name: Quartz Build & Github Pages Deploy
name: Publish (Quartz & Github Pages)

on:
# Runs on pushes targeting the default branch
# push:
# branches: ["main"]
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: false

jobs:
deploy:
publish:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 6e539c1

Please sign in to comment.