Skip to content

Commit

Permalink
refs #287: More work on the docker command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickgrinder committed Sep 29, 2024
1 parent 33159b6 commit dc3f4ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ jobs:
- name: Extract code reference documentation from Godot source
run: >
docker run
-t ${{ env.GDE_TAG }}
--rm
-v ${{ github.workspace }}:/project
-v ${{ github.workspace }}/docs/src/the-engine-handbook/scripting-reference:/output
${{ env.GDE_TAG }}
.
-o /output
-d addons/popochiu/engine
- name: Deploy to production
Expand Down

0 comments on commit dc3f4ea

Please sign in to comment.