Skip to content

Commit

Permalink
feat: restructure action
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 16, 2024
1 parent 61d8e5e commit af09c3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ jobs:
chmod a+x ./nvim.appimage
./nvim.appimage --appimage-extract
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
- name: Install Neovim
- name: Run docgen
shell: bash
run: |
nvim -l scripts/docs.lua
copy-docs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v4
with:
ref: main
- name: Copy docs
- name: Copy docs to tmp
run: |
mkdir -p /tmp/temp-docs
cp -r docs/ /tmp/temp-docs/
copy-docs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout docs branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit af09c3f

Please sign in to comment.