manual: Document that the path part should be removed from hosts #337
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Manual | |
on: | |
push: | |
branches: main | |
tags: "v[0-9]+.[0-9]+.[0-9]+" | |
jobs: | |
manual: | |
name: Manual | |
uses: emacscollective/workflows/.github/workflows/manual.yml@main | |
secrets: | |
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |