Skip to content

Commit

Permalink
test: Website deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Mar 13, 2024
1 parent 81de4c4 commit 1bf3591
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish site to GitHub Pages

on:
workflow_dispatch:

pull_request:
jobs:
publish-site-to-gh-pages:
name: Publish site to GitHub Pages
Expand All @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1bf3591

Please sign in to comment.