Skip to content

Commit

Permalink
Update GitHub Actions for Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jan 29, 2025
1 parent e03023d commit 82bf250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- name: Copy built site to default working directory
run: cp -R ../EasySite/public .

# Set up the Pages action to configure the static files to be deployed
# NOTE: The repository must have GitHub Pages enabled and configured to build using GitHub Actions
# This can be done via https://github.com/EasyScience/diffraction/settings/pages
# Select: Build and deploy - Source - GitHub Actions
- name: Setup Pages
uses: actions/configure-pages@v5

Expand Down

0 comments on commit 82bf250

Please sign in to comment.