Skip to content

Commit

Permalink
Test new action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Keene committed Nov 24, 2023
1 parent 565a1b4 commit a8eb222
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
# name: Documentation
# on:
# push:
# branches:
# - issue/1255-host_js_docs
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: /trackers/browser-tracker/docs/markdown

name: Documentation
on:
push:
branches:
- issue/1255-host_js_docs
permissions:
contents: write
jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: peaceiris/actions-gh-pages@v3
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: /trackers/browser-tracker/docs/markdown
folder: trackers/browser-tracker/docs

0 comments on commit a8eb222

Please sign in to comment.