Skip to content

Commit

Permalink
gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 12, 2024
1 parent 50ffbf0 commit feb4aea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["gh-pages"]
branches:
- "gh-pages"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -31,13 +31,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit feb4aea

Please sign in to comment.