Skip to content

Commit

Permalink
tweaked docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChazSchmidt committed Jan 23, 2024
1 parent 8a1f1da commit 7b944bb
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: Build and Deploy Forge Docs

on:
# Runs on pushes targeting the 'forge-docs' branch
push:
branches: ["forge-docs"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
FOUNDRY_PROFILE: ci

jobs:
check:
strategy:
Expand Down Expand Up @@ -40,8 +33,8 @@ jobs:
id: doc

- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v4.0.3
uses: peaceiris/actions-gh-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ./docs/book
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book
publish_branch: gh-pages

0 comments on commit 7b944bb

Please sign in to comment.