Skip to content

Commit

Permalink
update docs action with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed Oct 13, 2024
1 parent 30504d7 commit 2dd1519
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Run Serial GPAW Tests
name: Build docs

on:
push:
branches:
- main

pull_request:
branches:
- main

jobs:
build:

Expand Down Expand Up @@ -56,4 +52,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html
publish_dir: ./docs/_build/html

0 comments on commit 2dd1519

Please sign in to comment.