Skip to content

Commit

Permalink
Updated website workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-CodingClimber committed Jan 9, 2024
1 parent 6624f82 commit 369a207
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/deploy-website.yml'
- './website/**'

permissions:
contents: write
Expand Down Expand Up @@ -33,7 +36,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./website/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
user_name: github-actions[bot]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
paths:
- '.github/workflows/test-deploy-website.yml'
- './website/**'

defaults:
run:
Expand Down

0 comments on commit 369a207

Please sign in to comment.