Skip to content

fix: update workflows #2

fix: update workflows

fix: update workflows #2

Workflow file for this run

name: Deploy Django React Native Websocket Docs to GitHub Pages
on:
push:
branches:
- main # Adjust this to the branch you want to deploy from
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ # Deploy everything from the root directory