Skip to content

Commit

Permalink
Skip GitHub pages steps when using act to build (flackr#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus authored Jan 29, 2024
1 parent 8cffec8 commit 28c0118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
submodules: recursive
- name: Setup Pages
if: ${{ !env.ACT }}
id: pages
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
Expand All @@ -60,6 +61,7 @@ jobs:
run: "rm -rf node_modules test/wpt"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
if: ${{ !env.ACT }}
with:
path: .

Expand Down

0 comments on commit 28c0118

Please sign in to comment.