Skip to content

Commit

Permalink
Fix cname bug (ethereum-optimism#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper authored Feb 1, 2024
1 parent 2ab9501 commit 4087ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
cargo install mdbook-katex mdbook-linkcheck mdbook-mermaid
- name: Build book
run: mdbook build
- name: Add CNAME file
run: echo "specs.optimism.io" > ./book/html/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 4087ff0

Please sign in to comment.