Skip to content

Commit

Permalink
Upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCurtis committed Jan 27, 2024
1 parent f4c2494 commit ffed761
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/upload_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
pip install -r docs_requirements.txt
- name: Create docs
run: mkdocs build
Upload-To-Artifacts:
runs-on: ubuntu-latest
steps:
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v4
- name: Upload as artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: path/to/artifact/world.txt
path: site

0 comments on commit ffed761

Please sign in to comment.