Skip to content

Commit

Permalink
.github/workflows/static.yml:
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jul 13, 2023
1 parent 28ef137 commit d23e029
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
if: ${{ !env.ACT }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -43,4 +42,3 @@ jobs:
id: deployment
uses: actions/deploy-pages@v1
if: ${{ !env.ACT }}

0 comments on commit d23e029

Please sign in to comment.