Skip to content

Commit

Permalink
Fix running github-pages (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow authored Oct 21, 2023
1 parent 3c45215 commit fb1bbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -34,4 +34,4 @@ jobs:
publish_dir: ./docs/site
cname: alcali.dev
user_name: Matt Melquiond
user_email: [email protected]
user_email: [email protected]

0 comments on commit fb1bbc6

Please sign in to comment.