Skip to content

Commit

Permalink
Merge pull request #785 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Test github pages deployment #5
  • Loading branch information
fongsean authored May 14, 2024
2 parents c47dab6 + c41e2c9 commit 725691b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Smart Forms Docs Deployment Workflow

on:
push:
# branches: [ "main" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: documentation/build

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 725691b

Please sign in to comment.