Skip to content

Commit

Permalink
Removed upload/download artifact from GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Mar 1, 2024
1 parent b37650d commit b50b8e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 80 deletions.
31 changes: 0 additions & 31 deletions .github/actions/download-artifact/action.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/actions/upload-artifact/action.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: mkdir -p out && cp -r ./result/* out

- name: Store docs
uses: ./.github/actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: ./out
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v3

- name: Get nix build output
uses: ./.github/actions/download-artifact
uses: actions/download-artifact@v4
with:
name: docs

Expand Down
1 change: 0 additions & 1 deletion mkDocs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
{
config._module.check = false;
}
#inputs.home-manager.nixosModules.default
./nixarr
];
};
Expand Down

0 comments on commit b50b8e1

Please sign in to comment.